diff --git a/magick/cache.c b/magick/cache.c
index 29c8cf5..46dd956 100644
--- a/magick/cache.c
+++ b/magick/cache.c
@@ -3971,14 +3971,14 @@
 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 @@
 %
 %    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.