]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 6 May 2012 18:38:46 +0000 (18:38 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 6 May 2012 18:38:46 +0000 (18:38 +0000)
MagickCore/cache.c

index 1e27902c85fb783812ef774f29d1a28d972972ee..a140651963022fa7601da2c06283f8ffada96db7 100644 (file)
@@ -4875,12 +4875,12 @@ static Quantum *SetPixelCacheNexusPixels(const Image *image,
 static MagickBooleanType SetCacheAlphaChannel(Image *image,const Quantum alpha,
   ExceptionInfo *exception)
 {
-  CacheView
-    *image_view;
-
   CacheInfo
     *cache_info;
 
+  CacheView
+    *image_view;
+
   MagickBooleanType
     status;