oops
This commit is contained in:
@@ -236,6 +236,7 @@ static int findToken (const char * const *tokenTbl, const char *token)
|
|||||||
if (strcmp (tokenTbl[i], token) == 0) {
|
if (strcmp (tokenTbl[i], token) == 0) {
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user