From 25ffffbf851872d60c1c6115bc9f21897adee94a Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 7 Dec 2009 17:15:07 +0000 Subject: [PATCH] --- magick/cache.c | 6 +++--- magick/distort.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/magick/cache.c b/magick/cache.c index 20e18dc91..721c0fecb 100644 --- a/magick/cache.c +++ b/magick/cache.c @@ -5336,12 +5336,12 @@ static MagickBooleanType WritePixelCachePixels(CacheInfo *cache_info, length, number_pixels; - register long - y; - register const PixelPacket *restrict p; + register long + y; + unsigned long rows; diff --git a/magick/distort.c b/magick/distort.c index eca27dfcd..3a5540406 100644 --- a/magick/distort.c +++ b/magick/distort.c @@ -2348,7 +2348,7 @@ fprintf(stderr, "\n"); % The format of the SparseColorImage() method is: % % Image *SparseColorImage(const Image *image,const ChannelType channel, -% SparseColorMethod method,const unsigned long number_arguments, +% const SparseColorMethod method,const unsigned long number_arguments, % const double *arguments,ExceptionInfo *exception) % % A description of each parameter follows: @@ -2374,7 +2374,7 @@ fprintf(stderr, "\n"); % */ MagickExport Image *SparseColorImage(const Image *image, - const ChannelType channel,SparseColorMethod method, + const ChannelType channel,const SparseColorMethod method, const unsigned long number_arguments,const double *arguments, ExceptionInfo *exception) { -- 2.40.0