diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 12:47:36 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-26 12:47:36 +0200 |
commit | b4d035165f9304e869ec2733ee6ded058c4c9270 (patch) | |
tree | db4ce14f54ff258c23c6beee10e3ba7d4da11125 /scripts/kconfig | |
parent | f0b82142b264c46f6fee2720fdd0d776a127b17d (diff) | |
download | busybox-b4d035165f9304e869ec2733ee6ded058c4c9270.tar.gz |
*: s/spaces/tabs/
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/zconf.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y index 2007a4e02..bef5e92a3 100644 --- a/scripts/kconfig/zconf.y +++ b/scripts/kconfig/zconf.y @@ -473,7 +473,7 @@ void conf_parse(const char *name) menu_finalize(&rootmenu); for_all_symbols(i, sym) { sym_check_deps(sym); - } + } sym_change_count = 1; } |