From a2a6d28ccbdbbf21a09b2975347f681755ddf7f0 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 3 Jan 2006 12:16:26 +0000 Subject: [PATCH] [project @ 2006-01-03 12:16:26 by simonmar] wibble in panic message --- ghc/rts/RtsMessages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/RtsMessages.c b/ghc/rts/RtsMessages.c index 93b87a2..9f36e2e 100644 --- a/ghc/rts/RtsMessages.c +++ b/ghc/rts/RtsMessages.c @@ -135,7 +135,7 @@ rtsFatalInternalErrorFn(char *s, va_list ap) } vfprintf(stderr, s, ap); fprintf(stderr, "\n"); - fprintf(stderr, " Please report this as a compiler bug. See:\nhttp://www.haskell.org/ghc/reportabug\n"); + fprintf(stderr, " Please report this as a compiler bug. See:\n http://www.haskell.org/ghc/reportabug\n"); fflush(stderr); } -- 1.7.10.4