Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Feb 19, 2022
1 parent 3e15c68 commit b36de79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/tiff.c
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ static Image *ReadTIFFImage(const ImageInfo *image_info,
if (tiff == (TIFF *) NULL)
{
if (exception->severity == UndefinedException)
ThrowReaderException(CorruptImageError,"UnableToReadImageData");
ThrowReaderException(CorruptImageError,"UnableToReadImageData");
image=DestroyImageList(image);
return((Image *) NULL);
}
Expand Down

0 comments on commit b36de79

Please sign in to comment.