aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-03-06 08:53:26 -0400
committerDavid Bremner <david@tethera.net>2019-03-06 08:53:26 -0400
commit71eaa19350883b30bafe885ea083c2e3f1621e10 (patch)
tree4991cb0b0ac8ab84177df05a2418fbd83e83051c /lib
parent872bd134e3ba860236661a202965a3d7447e7af7 (diff)
parentd124c0e416bb59cc4cbdca7694bae7097dcee810 (diff)
Merge branch 'release'
Changes from 0.28.3
Diffstat (limited to 'lib')
-rw-r--r--lib/string-map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/string-map.c b/lib/string-map.c
index ad818207..a88404c7 100644
--- a/lib/string-map.c
+++ b/lib/string-map.c
@@ -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)