]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 14 Feb 2012 14:02:36 +0000 (14:02 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 14 Feb 2012 14:02:36 +0000 (14:02 +0000)
MagickCore/cache.c

index 18c56e1074c9808b9e3591c07ce830a8471e5097..03b4af4b3d41e6a00662fe13b144a52eb96a649b 100644 (file)
@@ -4305,10 +4305,10 @@ MagickExport Quantum *QueueAuthenticPixels(Image *image,const ssize_t x,
   cache_info=(CacheInfo *) image->cache;
   assert(cache_info->signature == MagickSignature);
   if (cache_info->methods.queue_authentic_pixels_handler !=
-       (QueueAuthenticPixelsHandler) NULL)
+      (QueueAuthenticPixelsHandler) NULL)
     {
-      q=cache_info->methods.queue_authentic_pixels_handler(image,x,y,
-        columns,rows,exception);
+      q=cache_info->methods.queue_authentic_pixels_handler(image,x,y,columns,
+        rows,exception);
       return(q);
     }
   assert(id < (int) cache_info->number_threads);