diff options
Diffstat (limited to 'scripts/conmakehash.c')
-rw-r--r-- | scripts/conmakehash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/conmakehash.c b/scripts/conmakehash.c index 93dd23f21ec9..e0c6891a9ad4 100644 --- a/scripts/conmakehash.c +++ b/scripts/conmakehash.c | |||
@@ -33,7 +33,7 @@ void usage(char *argv0) | |||
33 | 33 | ||
34 | int getunicode(char **p0) | 34 | int getunicode(char **p0) |
35 | { | 35 | { |
36 | unsigned char *p = *p0; | 36 | char *p = *p0; |
37 | 37 | ||
38 | while (*p == ' ' || *p == '\t') | 38 | while (*p == ' ' || *p == '\t') |
39 | p++; | 39 | p++; |