Skip to content

Commit

Permalink
eliminate compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Oct 9, 2022
1 parent ab1b97a commit 3d3b982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coders/tiff.c
Original file line number Diff line number Diff line change
Expand Up @@ -1623,8 +1623,8 @@ static Image *ReadTIFFImage(const ImageInfo *image_info,
(void) SetImageProperty(image,"tiff:alpha","unassociated");
}
}
if (image->matte != MagickFalse)
extra_samples--;
if (image->matte != MagickFalse)
extra_samples--;
}
if (image->matte != MagickFalse)
(void) SetImageAlphaChannel(image,OpaqueAlphaChannel);
Expand Down

0 comments on commit 3d3b982

Please sign in to comment.