forked from github/server
warning removal
This commit is contained in:
parent
068b26c54b
commit
2241847cfb
|
@ -1307,7 +1307,7 @@ boolean
|
||||||
parser_end(void)
|
parser_end(void)
|
||||||
{
|
{
|
||||||
while (isspace(*state->current_token)) ++state->current_token;
|
while (isspace(*state->current_token)) ++state->current_token;
|
||||||
return *state->current_token == NULL;
|
return *state->current_token == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue