]> git.notmuchmail.org Git - notmuch/blobdiff - lib/filenames.c
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / lib / filenames.c
index 63e737dd4edc2c93d254249f0d5dd807b44b008a..37d631d6ff311ba34c8a60124e30c564622e6072 100644 (file)
@@ -46,7 +46,7 @@ notmuch_bool_t
 notmuch_filenames_valid (notmuch_filenames_t *filenames)
 {
     if (filenames == NULL)
-       return FALSE;
+       return false;
 
     return (filenames->iterator != NULL);
 }