adjust spacing

This commit is contained in:
Matthew Sheby 2021-10-21 13:48:20 -07:00
parent ae566ad713
commit 018b7e9b69
1 changed files with 1 additions and 1 deletions

View File

@ -2041,7 +2041,7 @@ int main(int argc, char **argv)
#ifdef OPJ_HAVE_LIBTIFF #ifdef OPJ_HAVE_LIBTIFF
case TIF_DFMT: case TIF_DFMT:
image = tiftoimage(parameters.infile, &parameters, target_bitdepth); image = tiftoimage(parameters.infile, &parameters, target_bitdepth);
if (!image) { if (!image) {
fprintf(stderr, "Unable to load tif(f) file\n"); fprintf(stderr, "Unable to load tif(f) file\n");
ret = 1; ret = 1;