summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-as
blob: 79b435e979b83a16eb78e7911b960759f6160929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-as,v 1.1 2004/01/03 09:41:08 kristerw Exp $

--- ghc/utils/prof/cgprof/cgprof.c.orig	2004-01-03 03:49:33.000000000 +0100
+++ ghc/utils/prof/cgprof/cgprof.c	2004-01-03 03:50:55.000000000 +0100
@@ -1183,8 +1183,8 @@
   } /* end of new for loop */
 
   *nonodes = symbol_table_next;
-  fprintf(log,"%s: read %d lines from profile.Graph contains %i nodes. 
-          \n",Pgm,nolines,symbol_table_next);
+  fprintf(log,"%s: read %d lines from profile.Graph contains %i nodes.\n" 
+          ,Pgm,nolines,symbol_table_next);
 
   free_cc_matrix(cc_m); /* be nice and clean up the cost centre matrix */
 }