summaryrefslogtreecommitdiff
path: root/src/exec.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/exec.go')
-rw-r--r--src/exec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exec.go b/src/exec.go
index dbdbf72..79584ce 100644
--- a/src/exec.go
+++ b/src/exec.go
@@ -28,5 +28,5 @@ func main() {
world := texec.BuildWorld(*inputFile)
- texec.EvalTNSL(&world, *progFlags)
+ texec.EvalTNSL(world, *progFlags)
} \ No newline at end of file