mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
Add a missing expression type to dot_expr.
This commit is contained in:
parent
431074d58f
commit
1061256c4f
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ static const char *expr_names[] =
|
|||
"uexpr",
|
||||
"symbol",
|
||||
"temp",
|
||||
"vector",
|
||||
"nil",
|
||||
"value",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue