summaryrefslogtreecommitdiff
path: root/driver.fun
diff options
context:
space:
mode:
Diffstat (limited to 'driver.fun')
-rw-r--r--driver.fun2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.fun b/driver.fun
index 02eadcc..df50b1e 100644
--- a/driver.fun
+++ b/driver.fun
@@ -8,7 +8,7 @@ functor Driver(P: PPC): DRIVER = struct
val initConfig: config = { file = NONE, includeDirs = [] }
- fun die msg = (printLn msg; Posix.Process.exit $ Word8.fromInt 1)
+ fun die msg = (printf `msg `"\n"; Posix.Process.exit $ Word8.fromInt 1)
fun parseCmdArgs { file, includeDirs } [] =
if file = NONE then