]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 7 Nov 2010 21:02:56 +0000 (21:02 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 7 Nov 2010 21:02:56 +0000 (21:02 +0000)
magick/cache.c

index 29c8cf5dc1a62b6ed9617b461841495b5b1ad1b9..46dd9561b79f14b9c0194e013e91aa91139fbac9 100644 (file)
@@ -3971,14 +3971,14 @@ static MagickBooleanType ExtendCache(Image *image,MagickSizeType length)
 static MagickBooleanType OpenPixelCache(Image *image,const MapMode mode,
   ExceptionInfo *exception)
 {
-  char
-    format[MaxTextExtent],
-    message[MaxTextExtent];
-
   CacheInfo
     *cache_info,
     source_info;
 
+  char
+    format[MaxTextExtent],
+    message[MaxTextExtent];
+
   MagickSizeType
     length,
     number_pixels;
@@ -4199,8 +4199,7 @@ static MagickBooleanType OpenPixelCache(Image *image,const MapMode mode,
 %
 %    o filename: the persistent pixel cache filename.
 %
-%    o attach: A value other than zero initializes the persistent pixel
-%      cache.
+%    o attach: A value other than zero initializes the persistent pixel cache.
 %
 %    o initialize: A value other than zero initializes the persistent pixel
 %      cache.