more SYMBOLS follow-up

missing break
This commit is contained in:
nhmall
2023-12-04 15:46:24 -05:00
parent 4a9d68bf7f
commit 3ca4571011

View File

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