warning removal

This commit is contained in:
Enno Rehling 2005-05-01 21:31:09 +00:00
parent 068b26c54b
commit 2241847cfb
1 changed files with 1 additions and 1 deletions

View File

@ -1307,7 +1307,7 @@ boolean
parser_end(void)
{
while (isspace(*state->current_token)) ++state->current_token;
return *state->current_token == NULL;
return *state->current_token == 0;
}
void