The src/options.c change was unneeded

This commit is contained in:
nhmall
2023-12-04 16:12:04 -05:00
parent 3ca4571011
commit d52049a5d3

View File

@@ -6491,9 +6491,6 @@ escapes(const char *cp, /* might be 'tp', updating in place */
case 'r':
cval = '\r';
break;
case ',':
cval = ',';
break;
default:
cval = *cp;
}