]> git.cworth.org Git - notmuch/blobdiff - lib/config.cc
lib/open: add support for config profiles and default locations
[notmuch] / lib / config.cc
index 8bce7ba8f480fe1f70794c8d987569feca9d6834..32e5a9b73a149dd5ee99456a63232771af5499fd 100644 (file)
@@ -251,7 +251,7 @@ _notmuch_config_load_from_file (notmuch_database_t *notmuch,
                                GKeyFile *file)
 {
     notmuch_status_t status = NOTMUCH_STATUS_SUCCESS;
-    gchar **groups,**keys, *val;
+    gchar **groups, **keys, *val;
 
     if (notmuch->config == NULL)
        notmuch->config = _notmuch_string_map_create (notmuch);