diff options
-rw-r--r-- | ghc/rts/RtsMessages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/rts/RtsMessages.c b/ghc/rts/RtsMessages.c index 93b87a2181..9f36e2e97d 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); } |