From: cristy Date: Thu, 8 Dec 2011 19:49:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6569 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a7860b11faf8cfad9529c3584656b468b67562e;p=imagemagick --- diff --git a/MagickCore/pixel-accessor.h b/MagickCore/pixel-accessor.h index dd600ace0..2b7a2d896 100644 --- a/MagickCore/pixel-accessor.h +++ b/MagickCore/pixel-accessor.h @@ -92,7 +92,7 @@ static inline PixelChannel GetPixelChannelMapChannel( } static inline int GetPixelChannelMapOffset(const Image *restrict image, - const PixelChanel channel) + const PixelChannel channel) { return(image->channel_map[channel].offset); }