]> git.notmuchmail.org Git - notmuch/blobdiff - test/random-corpus.c
lib/open: free GKeyFile
[notmuch] / test / random-corpus.c
index 8ed7ff766cdd274844515038e07d1384b0180407..d0354e3584082b0c1e1b55f307b56f131acfbb4a 100644 (file)
@@ -50,7 +50,7 @@ typedef struct {
 
 /*
  *  Choose about half ascii as test characters, as ascii
- *  punctation and whitespace is the main cause of problems for
+ *  punctuation and whitespace is the main cause of problems for
  *  the (old) restore parser.
  *
  *  We then favour code points with 2 byte encodings. Note that
@@ -190,6 +190,7 @@ main (int argc, char **argv)
     srandom (seed);
 
     int count;
+
     for (count = 0; count < num_messages; count++) {
        int j;
        /* explicitly allow zero tags */