diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-09-20 10:24:12 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-09-20 10:24:12 -0400 |
commit | 6917d1584bf16ec833a21fc35b95e520de8795f3 (patch) | |
tree | 001f4b4c10d4d7b2a6e7b42bb369d845d0a10b7d /tnslc/compile/compile.tnsl | |
parent | b0fb30d09c592d93db5d1cc403dcd6744d083d78 (diff) |
Remember to actually close file ptrs
Diffstat (limited to 'tnslc/compile/compile.tnsl')
-rw-r--r-- | tnslc/compile/compile.tnsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tnslc/compile/compile.tnsl b/tnslc/compile/compile.tnsl index 3820812..2439c76 100644 --- a/tnslc/compile/compile.tnsl +++ b/tnslc/compile/compile.tnsl @@ -88,6 +88,7 @@ ;/ ;out.write('\n') + ;out.close() ;/ ;struct Symtab { |