X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Frandom-corpus.c;h=9272afda8bedab235293a870ed9de794943e6dc0;hb=591388ccd1d7c631d1f98694543d1a80fc521d9f;hp=e3b855e1efd8fee5b8e312bb8924c9bf27a401c8;hpb=4a6721970a42a9f86149fb5d395d1001fed2d305;p=notmuch diff --git a/test/random-corpus.c b/test/random-corpus.c index e3b855e1..9272afda 100644 --- a/test/random-corpus.c +++ b/test/random-corpus.c @@ -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;