mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Fix a missing ;
This commit is contained in:
parent
b91bb2e915
commit
5cfeb7809f
1 changed files with 1 additions and 0 deletions
|
@ -1044,6 +1044,7 @@ local_def
|
||||||
local_expr = 0;
|
local_expr = 0;
|
||||||
(void) ($<spec>2);
|
(void) ($<spec>2);
|
||||||
}
|
}
|
||||||
|
;
|
||||||
|
|
||||||
statement
|
statement
|
||||||
: ';' { $$ = 0; }
|
: ';' { $$ = 0; }
|
||||||
|
|
Loading…
Reference in a new issue