diff options
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ char unescapechar(const char *escaped, const char **end) } default: if (end) *end = escaped; - return (char)0; + return '\\'; } if (end) *end = &escaped[len]; return (char)ret; |
