mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
shush typo
This commit is contained in:
parent
c4cd49a408
commit
7506817224
1 changed files with 1 additions and 1 deletions
2
parser.c
2
parser.c
|
@ -510,7 +510,7 @@ static bool parser_sy_pop(parser_t *parser, shunt *sy)
|
|||
out = (ast_expression*)ast_binary_new(ctx, INSTR_MUL_V, exprs[0], exprs[1]);
|
||||
break;
|
||||
default:
|
||||
parseerror(parser, "type error: cannot multiplye type %s by %s",
|
||||
parseerror(parser, "type error: cannot multiply type %s by %s",
|
||||
type_name[exprs[1]->expression.vtype],
|
||||
type_name[exprs[0]->expression.vtype]);
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue