fixing a stupid typo - why doesn't any compiler warn about this crap

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-11 10:12:45 +01:00
parent 775f8ae005
commit 8e30d7cb86

View file

@ -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);