Skip to content
Snippets Groups Projects
Commit 3d830485 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-09-02 09:16:26 by simonm]

fix typo
parent c30b7211
No related merge requests found
......@@ -96,7 +96,7 @@ error__ msg_hdr s
= errorIO (do
(hFlush stdout) `catch` (\ _ -> return ())
let bs@(ByteArray (_,len) _) = packString s
_ccall_ __writeErrString__ msg_hdr bs len
_ccall_ writeErrString__ msg_hdr bs len
_ccall_ stg_exit (1::Int)
)
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment