]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 29 Jul 2010 23:26:05 +0000 (23:26 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 29 Jul 2010 23:26:05 +0000 (23:26 +0000)
wand/magick-image.c
wand/pixel-iterator.c

index 3151dba1c38c388fe2a3abb2f5b12744f3e9e71b..243aaa7624a13414b087af1ee74a44e7b9904dae 100644 (file)
@@ -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:
 %
index b33206800816692721523dcf6fb47c52f75c1ec3..6ee213ac41f381b7cf0a4bb64e563a122d138cbb 100644 (file)
@@ -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:
 %