X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fconfig.cc;h=32e5a9b73a149dd5ee99456a63232771af5499fd;hb=39580e2d7fde7fbb1d837d49c0b3f675f706e123;hp=8bce7ba8f480fe1f70794c8d987569feca9d6834;hpb=e5f3c3ed50247323ecbd2a50e3b24a8352d17f8d;p=notmuch diff --git a/lib/config.cc b/lib/config.cc index 8bce7ba8..32e5a9b7 100644 --- a/lib/config.cc +++ b/lib/config.cc @@ -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);