diff --git a/termite.cc b/termite.cc index ec20694..e80e9ab 100644 --- a/termite.cc +++ b/termite.cc @@ -912,7 +912,7 @@ static bool get_config_color(GKeyFile *config, const char *section, const char * static maybe get_config_cairo_color(GKeyFile *config, const char *group, const char *key) { - maybe ret = {}; + maybe ret; if (auto s = get_config_string(config, group, key)) { GdkColor color;