This commit is contained in:
Ognjen Milan Robovic 2023-10-03 10:35:38 -04:00
parent 147534a954
commit e57f59d23c

View File

@ -63,7 +63,7 @@ int syntax_select (char * string, int * length) {
if (syntax_derange [select] == 0) {
break;
} else {
if (character_compare_array (string [string_length (syntax_begin [select])], syntax_end [select], string_length (syntax_end [select])) != 0) {
if (character_compare_array (string [string_length (syntax_begin [select])], syntax_end [select]) != 0) {
break;
}
}