diff options
Diffstat (limited to 'core/operators.nom')
| -rw-r--r-- | core/operators.nom | 2 |
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 |
