diff --git a/tools/qfcc/source/type.c b/tools/qfcc/source/type.c index 7da3e375a..d47d632b6 100644 --- a/tools/qfcc/source/type.c +++ b/tools/qfcc/source/type.c @@ -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;