grr, and another one :P

This commit is contained in:
Bill Currie 2002-07-12 21:44:04 +00:00
parent b1b3c148e7
commit e6fc66aaa9

View file

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