diff --git a/termite.cc b/termite.cc index 6697eb0..bbd6b18 100644 --- a/termite.cc +++ b/termite.cc @@ -809,7 +809,7 @@ char *check_match(VteTerminal *vte, int event_x, int event_y) { /* {{{ CONFIG LOADING */ template maybe get_config(T (*get)(GKeyFile *, const char *, const char *, GError **), - GKeyFile *config, const char *group, const char *key) { + GKeyFile *config, const char *group, const char *key) { GError *error = nullptr; maybe value = get(config, group, key, &error); if (error) {