This commit is contained in:
Christoffer Lerno
2021-07-18 18:53:00 +02:00
parent 917f00bb7a
commit 2778adbcb9
3 changed files with 19 additions and 24 deletions

View File

@@ -176,7 +176,7 @@ static inline bool is_hex_or_(char c)
}
}
static inline char is_valid_escape(char c)
static inline signed char is_valid_escape(char c)
{
switch (c)
{