From 6917d1584bf16ec833a21fc35b95e520de8795f3 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 20 Sep 2022 10:24:12 -0400 Subject: Remember to actually close file ptrs --- tnslc/compile/compile.tnsl | 1 + 1 file changed, 1 insertion(+) (limited to 'tnslc/compile') 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 { -- cgit v1.2.3