Whitespace.

This commit is contained in:
Dirk Lemstra
2026-03-31 22:24:02 +02:00
parent ce5434daff
commit f20b42813d
+1 -1
View File
@@ -1114,7 +1114,7 @@ static Image *ReadWPGImage(const ImageInfo *image_info,ExceptionInfo *exception)
if ((Header.FileId != 0x435057FF) || (Header.FileType != 0x16))
ThrowReaderException(CorruptImageError,"ImproperImageHeader");
if (Header.EncryptKey!=0)
if (Header.EncryptKey != 0)
ThrowReaderException(CoderError,"EncryptedWPGImageFileNotSupported");
image->colors=0;