]> git.notmuchmail.org Git - notmuch/blobdiff - test/random-corpus.c
Merge tag '0.29.2'
[notmuch] / test / random-corpus.c
index e3b855e1efd8fee5b8e312bb8924c9bf27a401c8..8ed7ff766cdd274844515038e07d1384b0180407 100644 (file)
@@ -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;