summaryrefslogtreecommitdiff
path: root/tnslc/tnslc.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r--tnslc/tnslc.tnsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl
index fb689b4..d21e8a9 100644
--- a/tnslc/tnslc.tnsl
+++ b/tnslc/tnslc.tnsl
@@ -5,7 +5,7 @@
~uint8 DEFAULT_FOUT = "out.asm\0"
~uint8 USAGE = "
-TNSLC v0.7.5 (C) 2026 CircleShift (MPL 2.0)
+TNSLC v0.7.6 (C) 2026 CircleShift (MPL 2.0)
usage:
tnslc [options] (file in)
@@ -55,6 +55,7 @@ options:
return 1
;/
fout.init(argv{arg_counter})
+ arg_counter++
;; else
_printf(USAGE)
return 1