aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 9057df6..38d7f30 100644
--- a/utils.c
+++ b/utils.c
@@ -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;