Some dumb changes...

This commit is contained in:
Ognjen Milan Robovic 2023-10-02 16:25:54 -04:00
parent 0667b88e1b
commit 147534a954
2 changed files with 1 additions and 2 deletions

View File

@ -83,7 +83,7 @@ int syntax_select (char * string, int * length) {
if (select == syntax_count) {
* length = 1;
return (select);
return (0);
}
do {

View File

@ -10,7 +10,6 @@
#define XYNTAX_HEADER
#include <xolatile/xtandard.h>
#include <xolatile/xtandard.c>
extern int syntax_count;
extern int * syntax_enrange;