]> git.notmuchmail.org Git - notmuch/blobdiff - lib/string-map.c
Merge branch 'release'
[notmuch] / lib / string-map.c
index ad818207f5d4a91450336a99af2518ffcd2b8bc3..a88404c734ff5a93ab98349bcc7913229bd19e47 100644 (file)
@@ -106,7 +106,7 @@ _notmuch_string_map_sort (notmuch_string_map_t *map)
     map->sorted = true;
 }
 
-static bool
+static int
 string_cmp (const char *a, const char *b, bool exact)
 {
     if (exact)