diff options
Diffstat (limited to '')
-rw-r--r-- | LuaSL/src/LuaSL_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL_compile.c b/LuaSL/src/LuaSL_compile.c index 8fc3cb5..f1c735f 100644 --- a/LuaSL/src/LuaSL_compile.c +++ b/LuaSL/src/LuaSL_compile.c | |||
@@ -654,7 +654,7 @@ LSL_Leaf *addStatement(LuaSL_compiler *compiler, LSL_Leaf *lval, LSL_Type type, | |||
654 | stat->identifier = identifier->value.identifierValue; | 654 | stat->identifier = identifier->value.identifierValue; |
655 | if (left) | 655 | if (left) |
656 | { | 656 | { |
657 | LSL_Leaf *parens = addParenthesis(left, expr, LSL_TYPECAST_OPEN, right); | 657 | LSL_Leaf *parens = addParenthesis(left, expr, LSL_PARENTHESIS_OPEN, right); |
658 | 658 | ||
659 | if (parens) | 659 | if (parens) |
660 | stat->parenthesis = parens->value.parenthesis; | 660 | stat->parenthesis = parens->value.parenthesis; |