]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 26 Apr 2012 00:25:37 +0000 (00:25 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 26 Apr 2012 00:25:37 +0000 (00:25 +0000)
MagickWand/pixel-iterator.c
MagickWand/pixel-wand.c

index 096c94e2643677f9a3d75805b4dcfafc91cbe5f7..d69e8b91a8665c7ff1283cb111eaab4984619cf4 100644 (file)
@@ -397,7 +397,7 @@ WandExport MagickBooleanType PixelClearIteratorException(
 %
 %  The format of the NewPixelRegionIterator method is:
 %
-%      PixelIterator NewPixelRegionIterator(MagickWand *wand,const ssize_t x,
+%      PixelIterator *NewPixelRegionIterator(MagickWand *wand,const ssize_t x,
 %        const ssize_t y,const size_t width,const size_t height)
 %
 %  A description of each parameter follows:
index cf7067e30e35c772bc1f162a7c9aecaf60bd8477..7b8e5dadf941105aa3bdb39cf89deefcc108fa0c 100644 (file)
@@ -1752,7 +1752,7 @@ WandExport void PixelSetColorCount(PixelWand *wand,const size_t count)
 %
 %  The format of the PixelSetColorFromWand method is:
 %
-%      PixelSetColorFromWand(PixelWand *wand,const PixelWand *color)
+%      void PixelSetColorFromWand(PixelWand *wand,const PixelWand *color)
 %
 %  A description of each parameter follows:
 %