X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Frandom-corpus.c;h=8ed7ff766cdd274844515038e07d1384b0180407;hp=e3b855e1efd8fee5b8e312bb8924c9bf27a401c8;hb=c61e22d5cb9a7e5b03f9fcdb9911b4b4a641af2b;hpb=4a6721970a42a9f86149fb5d395d1001fed2d305 diff --git a/test/random-corpus.c b/test/random-corpus.c index e3b855e1..8ed7ff76 100644 --- a/test/random-corpus.c +++ b/test/random-corpus.c @@ -116,7 +116,7 @@ random_utf8_string (void *ctx, size_t char_count) /* stubs since we cannot link with notmuch.o */ const notmuch_opt_desc_t notmuch_shared_options[] = { - { } + { } }; const char *notmuch_requested_db_uuid = NULL; @@ -179,7 +179,7 @@ main (int argc, char **argv) exit (1); } - config = notmuch_config_open (ctx, config_path, FALSE); + config = notmuch_config_open (ctx, config_path, false); if (config == NULL) return 1;