summaryrefslogtreecommitdiff
path: root/MagickCore/statistic.c
diff options
context:
space:
mode:
Diffstat (limited to 'MagickCore/statistic.c')
-rw-r--r--MagickCore/statistic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MagickCore/statistic.c b/MagickCore/statistic.c
index fdf2a51f6..42f9e7a16 100644
--- a/MagickCore/statistic.c
+++ b/MagickCore/statistic.c
@@ -147,8 +147,8 @@ static PixelChannels **DestroyPixelThreadSet(const Image *images,
rows;
assert(pixels != (PixelChannels **) NULL);
- rows=MagickMax(GetImageListLength(images),
- (size_t) GetMagickResourceLimit(ThreadResource));
+ rows=MagickMax(GetImageListLength(images),(size_t)
+ GetMagickResourceLimit(ThreadResource));
for (i=0; i < (ssize_t) rows; i++)
if (pixels[i] != (PixelChannels *) NULL)
pixels[i]=(PixelChannels *) RelinquishMagickMemory(pixels[i]);