From 2241847cfb5c4b4cd2b71f484c11626e9fa01cc4 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 1 May 2005 21:31:09 +0000 Subject: [PATCH] warning removal --- src/common/kernel/eressea.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kernel/eressea.c b/src/common/kernel/eressea.c index c2a43ca90..0259258bc 100644 --- a/src/common/kernel/eressea.c +++ b/src/common/kernel/eressea.c @@ -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