]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 8 Dec 2011 19:49:19 +0000 (19:49 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 8 Dec 2011 19:49:19 +0000 (19:49 +0000)
MagickCore/pixel-accessor.h

index dd600ace06bfc7b4cc770a6813c953735399de98..2b7a2d896e035eb36b4c9991ca1a97ee810ac709 100644 (file)
@@ -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);
 }