X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Frandom-corpus.c;h=9272afda8bedab235293a870ed9de794943e6dc0;hp=e3b855e1efd8fee5b8e312bb8924c9bf27a401c8;hb=0f314c0c99befea599a68bea51d759b4133efef6;hpb=54aef071590cb23f61da943daa29080cf7446696 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;