X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=config%2Fzconf.y;h=bd2c500d8a7b4c27b7a27f26dfbe2cfad174383e;hb=d3bea25f5238e5abfe6d061c1e6840e354d27bf8;hp=992fa5546f080bf4986df71e54fc45dd6dad7e50;hpb=0a9318fa8cbd6b884d8cd37fce783c825db38fcf;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);