attempt to fix 9vx build
This commit is contained in:
parent
9fd9a30201
commit
a0b12ff8c8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ strecmp(char *a, char *ea, char *b)
|
|||
|
||||
if(b[ea-a] == '\0')
|
||||
return 0;
|
||||
return 1;
|
||||
return -1;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue