From 197d0578fe2c0d6268cfa7492902843de6395049 Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 29 Jul 2010 23:26:05 +0000 Subject: [PATCH] --- wand/magick-image.c | 2 +- wand/pixel-iterator.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wand/magick-image.c b/wand/magick-image.c index 3151dba1c..243aaa762 100644 --- a/wand/magick-image.c +++ b/wand/magick-image.c @@ -4967,7 +4967,7 @@ WandExport char *MagickGetImageFilename(MagickWand *wand) % % The format of the MagickGetImageFormat method is: % -% const char MagickGetImageFormat(MagickWand *wand) +% const char *MagickGetImageFormat(MagickWand *wand) % % A description of each parameter follows: % diff --git a/wand/pixel-iterator.c b/wand/pixel-iterator.c index b33206800..6ee213ac4 100644 --- a/wand/pixel-iterator.c +++ b/wand/pixel-iterator.c @@ -278,7 +278,7 @@ WandExport MagickBooleanType IsPixelIterator(const PixelIterator *iterator) % % The format of the NewPixelIterator method is: % -% PixelIterator NewPixelIterator(MagickWand *wand) +% PixelIterator *NewPixelIterator(MagickWand *wand) % % A description of each parameter follows: % -- 2.40.0