aboutsummaryrefslogtreecommitdiffstats
path: root/src/string_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_utils.h')
-rw-r--r--src/string_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_utils.h b/src/string_utils.h
index 0e9eee43..a302bc49 100644
--- a/src/string_utils.h
+++ b/src/string_utils.h
@@ -62,7 +62,7 @@ is_xdigit(const int c)
}
static inline bool
-is_space(const char c)
+is_space(const int c)
{
switch (c) {
case ' ':