From 0da2c571f84e83df2e3aaa4b04c48e43b0e906f1 Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 26 Apr 2012 00:25:37 +0000 Subject: [PATCH] --- MagickWand/pixel-iterator.c | 2 +- MagickWand/pixel-wand.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickWand/pixel-iterator.c b/MagickWand/pixel-iterator.c index 096c94e26..d69e8b91a 100644 --- a/MagickWand/pixel-iterator.c +++ b/MagickWand/pixel-iterator.c @@ -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: diff --git a/MagickWand/pixel-wand.c b/MagickWand/pixel-wand.c index cf7067e30..7b8e5dadf 100644 --- a/MagickWand/pixel-wand.c +++ b/MagickWand/pixel-wand.c @@ -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: % -- 2.50.1