summaryrefslogtreecommitdiff
path: root/tnslc/compile/function.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/compile/function.tnsl')
-rw-r--r--tnslc/compile/function.tnsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/compile/function.tnsl b/tnslc/compile/function.tnsl
index 73188b8..d55579e 100644
--- a/tnslc/compile/function.tnsl
+++ b/tnslc/compile/function.tnsl
@@ -108,7 +108,7 @@ struct Function {
# Add all params to the scope
~Var in
/; loop (int i = 0; i < self.inputs.count) [i++]
- inp = self.inputs.get(i)
+ in = self.inputs.get(i)
out.mk_set_var(in)
;/