diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-09-23 20:51:04 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-09-23 20:51:04 -0700 |
| commit | 3a2492d584e3c7d4cada1386921d80ace33c1fd2 (patch) | |
| tree | c644006290392edf5da2d3e85c41feef40d81f22 /utils.c | |
| parent | fddba4c54f3ce21e711cc2cd931ce5c4cad660b9 (diff) | |
WIP: working line breaks, formatting, etc. All seems functional, but a
bit messy
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; |
