From: cristy Date: Thu, 11 Oct 2012 17:42:03 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4856 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9e237ebe3b0dc634294f127030f807cc253be69;p=imagemagick --- diff --git a/MagickCore/pixel-accessor.h b/MagickCore/pixel-accessor.h index 1858273b9..090606d5b 100644 --- a/MagickCore/pixel-accessor.h +++ b/MagickCore/pixel-accessor.h @@ -114,8 +114,8 @@ static inline Quantum GetPixelChannel(const Image *restrict image, return(pixel[image->channel_map[channel].offset]); } -static inline PixelChannel GetPixelChannelChannel( - const Image *restrict image,const ssize_t offset) +static inline PixelChannel GetPixelChannelChannel(const Image *restrict image, + const ssize_t offset) { return(image->channel_map[offset].channel); }