diff options
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2554,7 +2554,7 @@ positive_atoi (const char *str) } static inline bool -space (char c) +space (unsigned char c) { return c == '\0' || isspace (c); } |