From e6fc66aaa9c7a97030dcd19b58f756f2e711de18 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 12 Jul 2002 21:44:04 +0000 Subject: [PATCH] grr, and another one :P --- tools/qfcc/source/type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;