aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/LuaSL_compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaSL/LuaSL_compile.c')
-rw-r--r--src/LuaSL/LuaSL_compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LuaSL/LuaSL_compile.c b/src/LuaSL/LuaSL_compile.c
index 87ba95d..94b354b 100644
--- a/src/LuaSL/LuaSL_compile.c
+++ b/src/LuaSL/LuaSL_compile.c
@@ -373,7 +373,7 @@ LSL_Leaf *addOperation(LuaSL_compiler *compiler, LSL_Leaf *left, LSL_Leaf *lval,
373{ 373{
374 if (lval) 374 if (lval)
375 { 375 {
376 opType lType, rType; 376 opType lType = OT_invalid, rType = OT_invalid;
377 377
378 lval->left = left; 378 lval->left = left;
379 lval->right = right; 379 lval->right = right;