diff options
author | andy@galois.com <unknown> | 2006-12-13 16:06:51 +0000 |
---|---|---|
committer | andy@galois.com <unknown> | 2006-12-13 16:06:51 +0000 |
commit | e119cde9caf1f2acbde7ff53feebdc27d6c35f8d (patch) | |
tree | a5bbbfad0c7450ebe9394bf7d50b2b0f9bd6c9e1 /rts/Hpc.c | |
parent | 132a718bfb9e44a49b5eaecaf21530b463663308 (diff) | |
download | haskell-e119cde9caf1f2acbde7ff53feebdc27d6c35f8d.tar.gz |
Removing unused argument to a printf.
Diffstat (limited to 'rts/Hpc.c')
-rw-r--r-- | rts/Hpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -432,7 +432,7 @@ exitHpc(void) { fclose(f); if (rixFile != NULL) { - fprintf(rixFile,"Finished\n",prog_name); + fprintf(rixFile,"Finished\n"); fclose(rixFile); } |