From 0cada82e5e0805bb8834f8d9440deb0e9bbd890a Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 19 Apr 2018 19:43:41 -0400 Subject: [PATCH] ... --- coders/bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/bmp.c b/coders/bmp.c index e1f2c2b3e..33bacf4ba 100644 --- a/coders/bmp.c +++ b/coders/bmp.c @@ -671,7 +671,7 @@ static Image *ReadBMPImage(const ImageInfo *image_info,ExceptionInfo *exception) bmp_info.height); (void) LogMagickEvent(CoderEvent,GetMagickModule(), " Bits per pixel: %.20g",(double) bmp_info.bits_per_pixel); - switch ((int) bmp_info.compression) + switch (bmp_info.compression) { case BI_RGB: { -- 2.40.0