From: cristy Date: Tue, 14 Feb 2012 14:02:36 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c36c88262006b0224817a7062c9bf891583adbf9;p=imagemagick --- diff --git a/MagickCore/cache.c b/MagickCore/cache.c index 18c56e107..03b4af4b3 100644 --- a/MagickCore/cache.c +++ b/MagickCore/cache.c @@ -4305,10 +4305,10 @@ MagickExport Quantum *QueueAuthenticPixels(Image *image,const ssize_t x, cache_info=(CacheInfo *) image->cache; assert(cache_info->signature == MagickSignature); if (cache_info->methods.queue_authentic_pixels_handler != - (QueueAuthenticPixelsHandler) NULL) + (QueueAuthenticPixelsHandler) NULL) { - q=cache_info->methods.queue_authentic_pixels_handler(image,x,y, - columns,rows,exception); + q=cache_info->methods.queue_authentic_pixels_handler(image,x,y,columns, + rows,exception); return(q); } assert(id < (int) cache_info->number_threads);