Very funny changes...

This commit is contained in:
Ognjen Milan Robovic 2023-09-12 09:58:36 -04:00
parent 0710d42b9f
commit c5073d489f

View File

@ -79,6 +79,12 @@ int syntax_select (char * string, int * length) {
selected:
if (select == syntax_count) {
* length = 1;
return (select);
}
do {
++offset;