diff options
Diffstat (limited to 'tnslc/tnslc.tnsl')
-rw-r--r-- | tnslc/tnslc.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index 84fbdb5..ce68133 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -35,7 +35,7 @@ usage: fout.init(DEFAULT_FOUT) ;/ - compile.generate(fin, fout) + compile.generate(~fin, ~fout) fin.end() fout.end() |