missing CFG_END

This commit is contained in:
Julien Danjou 2007-12-27 14:10:16 +01:00
parent a95694c177
commit 382c5ceb5e
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ config_parse(const char *confpatharg)
CFG_SEC((char *) "colors", colors_opts, CFGF_NONE),
CFG_SEC((char *) "layouts", layouts_opts, CFGF_NONE),
CFG_SEC((char *) "padding", padding_opts, CFGF_NONE),
CFG_END()
};
static cfg_opt_t rule_opts[] =
{