X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=config%2Fzconf.y;h=bd2c500d8a7b4c27b7a27f26dfbe2cfad174383e;hb=b5b81a87c764e579256cb533ed5ace8315e9ceff;hp=992fa5546f080bf4986df71e54fc45dd6dad7e50;hpb=452afc107b8438338a7c2aa3e68fad213bea33dc;p=carl9170fw.git diff --git a/config/zconf.y b/config/zconf.y index 992fa55..bd2c500 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -510,7 +510,7 @@ void conf_parse(const char *name) for_all_symbols(i, sym) { if (sym_check_deps(sym)) zconfnerrs++; - } + } if (zconfnerrs) exit(1); sym_set_change_count(1);