]> git.notmuchmail.org Git - notmuch/blobdiff - lib/string-map.c
Merge branch 'release'
[notmuch] / lib / string-map.c
index 5aac8bcc8a8996b36050287183ca3e0893fe922e..a88404c734ff5a93ab98349bcc7913229bd19e47 100644 (file)
@@ -14,7 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see http://www.gnu.org/licenses/ .
+ * along with this program.  If not, see https://www.gnu.org/licenses/ .
  *
  * Author: David Bremner <david@tethera.net>
  */
@@ -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)