]> git.notmuchmail.org Git - notmuch/blobdiff - test/random-corpus.c
cli: convert notmuch_bool_t to stdbool
[notmuch] / test / random-corpus.c
index e3b855e1efd8fee5b8e312bb8924c9bf27a401c8..9272afda8bedab235293a870ed9de794943e6dc0 100644 (file)
@@ -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;