From e0f9a9d921e6e505c86ef3e798690784f7abd511 Mon Sep 17 00:00:00 2001 From: adamc Date: Thu, 23 Oct 2008 11:38:31 -0400 Subject: Add newline at end of file --- src/compiler.sml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler.sml b/src/compiler.sml index 2ddcfb4d..df4ee48d 100644 --- a/src/compiler.sml +++ b/src/compiler.sml @@ -555,6 +555,7 @@ fun compile job = val s = TextIOPP.openOut {dst = outf, wid = 80} in Print.fprint s (CjrPrint.p_file CjrEnv.empty file); + TextIO.output1 (outf, #"\n"); TextIO.closeOut outf; case #sql job of -- cgit v1.2.3