From f3a6a9da1d8bb3744f9cfbdaa4738815e48aa517 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 7 Nov 2010 21:02:56 +0000 Subject: [PATCH] --- magick/cache.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/magick/cache.c b/magick/cache.c index 29c8cf5dc..46dd9561b 100644 --- a/magick/cache.c +++ b/magick/cache.c @@ -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. -- 2.50.1