From 3a2492d584e3c7d4cada1386921d80ace33c1fd2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 23 Sep 2021 20:51:04 -0700 Subject: WIP: working line breaks, formatting, etc. All seems functional, but a bit messy --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.c') 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; -- cgit v1.2.3