]> git.notmuchmail.org Git - notmuch/blobdiff - lib/built-with.c
lib: convert notmuch_bool_t to stdbool internally
[notmuch] / lib / built-with.c
index 2f1f0b5c1bf33237ec6aca7a44d83f84f515e223..27384bd044bc16999b6ddccf686433c983209c76 100644 (file)
@@ -31,6 +31,6 @@ notmuch_built_with (const char *name)
     } else if (STRNCMP_LITERAL (name, "retry_lock") == 0) {
        return HAVE_XAPIAN_DB_RETRY_LOCK;
     } else {
-       return FALSE;
+       return false;
     }
 }