Skip to content

Commit

Permalink
Removing unused argument to a printf.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy@galois.com committed Dec 13, 2006
1 parent 132a718 commit e119cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Hpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ exitHpc(void) {
fclose(f);

if (rixFile != NULL) {
fprintf(rixFile,"Finished\n",prog_name);
fprintf(rixFile,"Finished\n");
fclose(rixFile);
}

Expand Down

0 comments on commit e119cde

Please sign in to comment.