diff options
Diffstat (limited to 'tnslc/copy.tnsl')
-rw-r--r-- | tnslc/copy.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/copy.tnsl b/tnslc/copy.tnsl index 953a7c8..0cc594e 100644 --- a/tnslc/copy.tnsl +++ b/tnslc/copy.tnsl @@ -7,7 +7,7 @@ Seems to work. #/ -/; main ({}{}charp args) [int] +/; main ({}{}uint8 args) [int] /; if (len args < 2) ;tnsl.io.println("Usage: copy [file to copy] [path to copy to]") ;return 1 |