From b36de79c6cb913f4423f7eb71901d9f07946f573 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sat, 19 Feb 2022 07:48:32 +0100 Subject: [PATCH] Whitespace. --- coders/tiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/tiff.c b/coders/tiff.c index 45fdd12ba3..bdc74cd10c 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -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); }