mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-04-11 04:22:16 +00:00
fixing a stupid typo - why doesn't any compiler warn about this crap
This commit is contained in:
parent
775f8ae005
commit
8e30d7cb86
1 changed files with 1 additions and 1 deletions
2
parser.c
2
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);
|
||||
|
|
Loading…
Reference in a new issue