From: cristy Date: Sun, 7 Nov 2010 21:02:56 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8541 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3a6a9da1d8bb3744f9cfbdaa4738815e48aa517;p=imagemagick --- 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.