diff options
-rw-r--r-- | scripts/config/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/conf.c b/scripts/config/conf.c index edcf36d69..4d804cfa3 100644 --- a/scripts/config/conf.c +++ b/scripts/config/conf.c | |||
@@ -38,7 +38,7 @@ static char nohelp_text[] = "Sorry, no help available for this option yet.\n"; | |||
38 | 38 | ||
39 | static void strip(char *str) | 39 | static void strip(char *str) |
40 | { | 40 | { |
41 | signed char *p = str; | 41 | char *p = str; |
42 | int l; | 42 | int l; |
43 | 43 | ||
44 | while ((isspace(*p))) | 44 | while ((isspace(*p))) |