aboutsummaryrefslogtreecommitdiff
path: root/core/operators.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/operators.nom')
-rw-r--r--core/operators.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/operators.nom b/core/operators.nom
index a9deec1..480a75f 100644
--- a/core/operators.nom
+++ b/core/operators.nom
@@ -123,7 +123,7 @@ immediately
vars[i] = tostring(target_lua);
end
\%lua:remove_free_vars(vars);
- \%lua:prepend("local ", lhs, " = ", rhs, ";\\n");
+ \%lua:prepend("local ", lhs, " = ", rhs, ";\n");
return
Lua ".."
do