*: s/spaces/tabs/

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-07-26 12:47:36 +02:00
parent f0b82142b2
commit b4d035165f
2 changed files with 15 additions and 15 deletions

View File

@@ -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;
}