X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fbuilt-with.c;h=27384bd044bc16999b6ddccf686433c983209c76;hp=2f1f0b5c1bf33237ec6aca7a44d83f84f515e223;hb=4dfcc8c9b2e1dbb965f69283dca50c7581c88050;hpb=07dff496304d6dc2e8033a18691b095ed9cd212f diff --git a/lib/built-with.c b/lib/built-with.c index 2f1f0b5c..27384bd0 100644 --- a/lib/built-with.c +++ b/lib/built-with.c @@ -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; } }