diff options
Diffstat (limited to '')
-rw-r--r-- | LuaSL/src/LuaSL_LSL_tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LuaSL/src/LuaSL_LSL_tree.c b/LuaSL/src/LuaSL_LSL_tree.c index 549e955..011339f 100644 --- a/LuaSL/src/LuaSL_LSL_tree.c +++ b/LuaSL/src/LuaSL_LSL_tree.c | |||
@@ -277,6 +277,7 @@ static void evaluateOperationToken(LSL_Leaf *content, LSL_Value *left, LSL_Value | |||
277 | #endif | 277 | #endif |
278 | } | 278 | } |
279 | } | 279 | } |
280 | |||
280 | static void outputAST(LSL_AST *ast) | 281 | static void outputAST(LSL_AST *ast) |
281 | { | 282 | { |
282 | if (ast) | 283 | if (ast) |