diff --git a/tools/qfcc/source/qc-parse.y b/tools/qfcc/source/qc-parse.y index f563a8249..9d65699af 100644 --- a/tools/qfcc/source/qc-parse.y +++ b/tools/qfcc/source/qc-parse.y @@ -158,7 +158,7 @@ defs ; def - : type { current_type = $1} def_list + : type { current_type = $1; } def_list | STRUCT NAME { struct_type = new_struct ($2); } '=' '{' struct_defs '}' | ENUM '{' enum_list opt_comma '}'