Removed unused parameter in fprintf at line 618

This commit is contained in:
Francois-Olivier Devaux 2005-03-25 13:58:00 +00:00
parent 623f1d96cf
commit 7bdb0331a6
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ int pgxtoimage(char *filename, j2k_image_t * img, int tdy,
else {
fprintf(stderr, "Bad pgx header, please check input file\n", str);
fprintf(stderr, "Bad pgx header, please check input file\n");
return 0;