diff options
author | David Walter Seikel | 2012-01-07 22:32:27 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-07 22:32:27 +1000 |
commit | 347d4c3a580ed47a4f2d02440cda0fe61b619fcb (patch) | |
tree | 4f7c176b4e53f0001e840387cabbcd4476b4c886 | |
parent | More expression cleanup. (diff) | |
download | SledjHamr-347d4c3a580ed47a4f2d02440cda0fe61b619fcb.zip SledjHamr-347d4c3a580ed47a4f2d02440cda0fe61b619fcb.tar.gz SledjHamr-347d4c3a580ed47a4f2d02440cda0fe61b619fcb.tar.bz2 SledjHamr-347d4c3a580ed47a4f2d02440cda0fe61b619fcb.tar.xz |
Forget to save first. lol
-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) |