From: cristy Date: Mon, 7 Dec 2009 17:15:07 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25ffffbf851872d60c1c6115bc9f21897adee94a;p=imagemagick --- 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) {