This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / scripts / kconfig / symbol.c
index dc35e07..16b48cf 100644 (file)
@@ -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: