From 475f100dacf5ae51036711d140476257f3b812e5 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 14 Nov 2012 19:44:54 -0500 Subject: [PATCH] minor cleanup --- termite.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;