Cleanup: quiet unknown escape sequence warning

This commit is contained in:
Campbell Barton
2023-10-03 11:07:13 +11:00
parent 68bde462e5
commit 69d18c6063

View File

@@ -70,7 +70,7 @@ static eStrCursorDelimType cursor_delim_type_unicode(const uint uch)
case '\'':
case '\"':
case '\`':
case '`':
case 0xB4: /* Acute accent. */
return STRCUR_DELIM_QUOTE;