From: Cristy Date: Sat, 9 Feb 2019 13:31:36 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.8-27~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8cd168786dacaa3c311d60d5e8fcc15d54e4dae;p=imagemagick ... --- diff --git a/coders/bmp.c b/coders/bmp.c index b335388cc..498b55418 100644 --- a/coders/bmp.c +++ b/coders/bmp.c @@ -1480,7 +1480,7 @@ static Image *ReadBMPImage(const ImageInfo *image_info,ExceptionInfo *exception) if (image->debug != MagickFalse) (void) LogMagickEvent(CoderEvent,GetMagickModule(), "Profile: ICC, %u bytes",(unsigned int) profile_size_orig); - (void)SetImageProfile(image,"icc",profile,exception); + (void) SetImageProfile(image,"icc",profile,exception); } profile=DestroyStringInfo(profile); }