aboutsummaryrefslogtreecommitdiff
path: root/nomsu_decompiler.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_decompiler.lua')
-rw-r--r--nomsu_decompiler.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_decompiler.lua b/nomsu_decompiler.lua
index 142229a..6db2ec4 100644
--- a/nomsu_decompiler.lua
+++ b/nomsu_decompiler.lua
@@ -239,7 +239,7 @@ tree_to_nomsu = function(tree)
return false
end
end
- return not recurse(prev_line):is_multiline()
+ return not tree_to_nomsu(prev_line):is_multiline()
end
for chunk_no, chunk in ipairs(tree) do
if chunk_no > 1 then