From: cristy Date: Thu, 23 Aug 2012 18:35:12 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5068 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89d7623f690af791a81476ab8ecde1feeaf7c5f1;p=imagemagick --- diff --git a/MagickCore/pixel-accessor.h b/MagickCore/pixel-accessor.h index a53128ca2..2137af335 100644 --- a/MagickCore/pixel-accessor.h +++ b/MagickCore/pixel-accessor.h @@ -674,8 +674,8 @@ static inline void SetPixelInfoPixel(const Image *restrict image, MagickFalse ? OpaqueAlpha : ClampToQuantum(pixel_info->alpha); } -static inline void SetPixelL(const Image *restrict image, - const Quantum L,Quantum *restrict pixel) +static inline void SetPixelL(const Image *restrict image,const Quantum L, + Quantum *restrict pixel) { if (image->channel_map[LPixelChannel].traits != UndefinedPixelTrait) pixel[image->channel_map[LPixelChannel].offset]=L;