[project @ 2000-08-15 11:39:17 by rrt]
[ghc-hetmet.git] / ghc / compiler / main / ErrUtils.lhs
index 05d0fd5..7e6e181 100644 (file)
@@ -86,7 +86,7 @@ ghcExit :: Int -> IO ()
 
 ghcExit val
   = if val /= 0
-    then hPutStr stderr "Compilation had errors\n"
+    then hPutStr stderr "\nCompilation had errors\n\n"
     else return ()
 \end{code}