X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Frandom-corpus.c;h=d0354e3584082b0c1e1b55f307b56f131acfbb4a;hb=6967dcbb025280d33c9cd08502de7a5cdb051ae7;hp=8ed7ff766cdd274844515038e07d1384b0180407;hpb=8de94981677e57343b7b2dfc9e1036730ce708fc;p=notmuch diff --git a/test/random-corpus.c b/test/random-corpus.c index 8ed7ff76..d0354e35 100644 --- a/test/random-corpus.c +++ b/test/random-corpus.c @@ -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 */