From f20b42813dc15299bca36afdceae7cd9c1db47fd Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Tue, 31 Mar 2026 22:24:02 +0200 Subject: [PATCH] Whitespace. --- coders/wpg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/wpg.c b/coders/wpg.c index 6b6a96249b..5bb0c62e58 100644 --- a/coders/wpg.c +++ b/coders/wpg.c @@ -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;