]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 12 Jan 2012 01:11:04 +0000 (01:11 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 12 Jan 2012 01:11:04 +0000 (01:11 +0000)
MagickWand/magick-image.c

index 8e29c29172af01cc3b9254b8399dd7b819e618bd..9bd5993ad5f6400a2c916a9c3560db9efcf1c50c 100644 (file)
@@ -2898,9 +2898,8 @@ WandExport MagickBooleanType MagickExportImagePixels(MagickWand *wand,
 %
 %  The format of the MagickExtentImage method is:
 %
-%      MagickBooleanType MagickExtentImage(MagickWand *wand,
-%        const size_t width,const size_t height,const ssize_t x,
-%        const ssize_t y)
+%      MagickBooleanType MagickExtentImage(MagickWand *wand,const size_t width,
+%        const size_t height,const ssize_t x,const ssize_t y)
 %
 %  A description of each parameter follows:
 %