From 3d8304853f8aa0426a68f7f02b14d85caa62afff Mon Sep 17 00:00:00 2001 From: simonm Date: Wed, 2 Sep 1998 09:16:26 +0000 Subject: [PATCH] [project @ 1998-09-02 09:16:26 by simonm] fix typo --- ghc/lib/std/PrelErr.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/std/PrelErr.lhs b/ghc/lib/std/PrelErr.lhs index 42cca98..8c560b2 100644 --- a/ghc/lib/std/PrelErr.lhs +++ b/ghc/lib/std/PrelErr.lhs @@ -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 -- 1.7.10.4