]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 7 Dec 2009 17:15:07 +0000 (17:15 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 7 Dec 2009 17:15:07 +0000 (17:15 +0000)
magick/cache.c
magick/distort.c

index 20e18dc919bb534802433227357372ebb519e75a..721c0fecbe9d7573bda1d288d75c3e595f9ee726 100644 (file)
@@ -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;
 
index eca27dfcdbcc94fc37cd18abd566d9eef0aa1bf1..3a5540406f3c4aa9e0840ab2ad7c080f6562c52e 100644 (file)
@@ -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)
 {