mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
grr, and another one :P
This commit is contained in:
parent
b1b3c148e7
commit
e6fc66aaa9
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ _parse_type (const char **str)
|
|||
(*str)++;
|
||||
while (**str && **str != '}')
|
||||
_parse_type (str);
|
||||
if (**str != ')')
|
||||
if (**str != '}')
|
||||
return 0;
|
||||
}
|
||||
return new.aux_type;
|
||||
|
|
Loading…
Reference in a new issue