X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fkconfig%2Fsymbol.c;h=16b48cf883da19c698f55266e5e77903d7363046;hb=9e1bf581d67d87a1d7fc0ea500729e3a03643a26;hp=dc35e0787a4f67223befdc1fbc908f2ac05a2a73;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/scripts/kconfig/symbol.c b/scripts/kconfig/symbol.c index dc35e0787..16b48cf88 100644 --- a/scripts/kconfig/symbol.c +++ b/scripts/kconfig/symbol.c @@ -421,7 +421,7 @@ tristate sym_toggle_tristate_value(struct symbol *sym) bool sym_string_valid(struct symbol *sym, const char *str) { - signed char ch; + char ch; switch (sym->type) { case S_STRING: