From: Wolfgang (Blub) Bumiller Date: Sun, 11 Nov 2012 09:12:45 +0000 (+0100) Subject: fixing a stupid typo - why doesn't any compiler warn about this crap X-Git-Tag: 0.1~34 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=8e30d7cb86e5257f93c6d78e93a9d0ef257df22d;hp=775f8ae005c43c788a1daf03697a9b6b930aa6f6;p=xonotic%2Fgmqcc.git fixing a stupid typo - why doesn't any compiler warn about this crap --- diff --git a/parser.c b/parser.c index 2a5ba76..72fa486 100644 --- a/parser.c +++ b/parser.c @@ -2219,7 +2219,7 @@ static bool parse_function_body(parser_t *parser, ast_value *var) } ve[e].var = NULL; /* collected */ } - if (e != e) { + if (e != 3) { parser->locals -= e; do { mem_d(ve[e].name);