missing CFG_END

This commit is contained in:
Julien Danjou 2008-01-16 12:19:29 +01:00
parent 7478ce6a37
commit f77dcc056d
1 changed files with 1 additions and 0 deletions

View File

@ -604,6 +604,7 @@ config_parse(const char *confpatharg)
CFG_STR((char *) "fg", (char *) NULL, CFGF_NONE),
CFG_STR((char *) "bg", (char *) NULL, CFGF_NONE),
CFG_STR((char *) "bordercolor", (char *) NULL, CFGF_NONE),
CFG_END()
};
static cfg_opt_t widget_progressbar_opts[] =
{