minor cleanup

This commit is contained in:
Daniel Micay 2012-11-14 19:44:54 -05:00
parent ab403a8eb8
commit 475f100dac
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ static bool get_config_color(GKeyFile *config, const char *section, const char *
static maybe<cairo_pattern_t *>
get_config_cairo_color(GKeyFile *config, const char *group, const char *key) {
maybe<cairo_pattern_t *> ret = {};
maybe<cairo_pattern_t *> ret;
if (auto s = get_config_string(config, group, key)) {
GdkColor color;