mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
fix a double ;
This commit is contained in:
parent
8b24578547
commit
57254e5d33
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ new_this_expr (void)
|
|||
static expr_t *
|
||||
param_expr (const char *name, type_t *type)
|
||||
{
|
||||
def_t *def = get_def (&type_param, name, pr.scope, st_extern);;
|
||||
def_t *def = get_def (&type_param, name, pr.scope, st_extern);
|
||||
expr_t *def_expr;
|
||||
|
||||
def_initialized (def);
|
||||
|
|
Loading…
Reference in a new issue