X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fbuilt-with.c;h=27384bd044bc16999b6ddccf686433c983209c76;hp=2f1f0b5c1bf33237ec6aca7a44d83f84f515e223;hb=008a5e92eb157e2bb8622cb2fbf644deba5ba4b4;hpb=0f314c0c99befea599a68bea51d759b4133efef6 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; } }