aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/print.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-01-26 16:02:47 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-01-26 16:02:47 -0500
commite7e2ffc58a4f120801ae69217032948e511af213 (patch)
tree347ed14f320df53657cab27568e54eac47107d22 /src/print.sml
parent95beeda12defe36c4d4df42d3dee3bd753e19ff5 (diff)
Elaborating files
Diffstat (limited to 'src/print.sml')
-rw-r--r--src/print.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.sml b/src/print.sml
index 22387090..a1efdb96 100644
--- a/src/print.sml
+++ b/src/print.sml
@@ -66,7 +66,7 @@ val eprint = fprint err
fun fpreface f (s, d) =
fprint f (PD.hovBox (PD.PPS.Rel 0,
- [PD.string s, PD.space 1, d]))
+ [PD.string s, PD.space 1, d, PD.newline]))
val preface = fpreface out
val epreface = fpreface err