Fix remaining warning

format specifier mismatch in #975
This commit is contained in:
Antonin Descampe 2017-08-08 18:05:37 -07:00
parent 0394f8d0f1
commit 0c07950cb3
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ opj_image_t* tiftoimage(const char *filename, opj_cparameters_t *parameters)
h = (int)tiHeight;
if (tiSpp == 0 || tiSpp > 4) { /* should be 1 ... 4 */
fprintf(stderr, "tiftoimage: Bad value for samples per pixel == %hu.\n"
fprintf(stderr, "tiftoimage: Bad value for samples per pixel == %d.\n"
"\tAborting.\n", tiSpp);
TIFFClose(tif);
return NULL;