From e119cde9caf1f2acbde7ff53feebdc27d6c35f8d Mon Sep 17 00:00:00 2001 From: "andy@galois.com" Date: Wed, 13 Dec 2006 16:06:51 +0000 Subject: [PATCH] Removing unused argument to a printf. --- rts/Hpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/Hpc.c b/rts/Hpc.c index e4323e4..14f9d80 100644 --- a/rts/Hpc.c +++ b/rts/Hpc.c @@ -432,7 +432,7 @@ exitHpc(void) { fclose(f); if (rixFile != NULL) { - fprintf(rixFile,"Finished\n",prog_name); + fprintf(rixFile,"Finished\n"); fclose(rixFile); } -- 1.7.10.4