]> git.sur5r.net Git - kconfig-frontends/blobdiff - libs/parser/yconf.y
Synchronise with v3.16
[kconfig-frontends] / libs / parser / yconf.y
index bc1cae0801bbf66daaf48ebb3160b46b0d9d67a9..b8b93542b2b2d000a12832bf881e60e6c9a56488 100644 (file)
@@ -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);