summaryrefslogtreecommitdiff
path: root/filters/analyze.c
diff options
context:
space:
mode:
Diffstat (limited to 'filters/analyze.c')
-rw-r--r--filters/analyze.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/filters/analyze.c b/filters/analyze.c
index 836a25742..c4bcd302b 100644
--- a/filters/analyze.c
+++ b/filters/analyze.c
@@ -15,7 +15,7 @@
% December 1998 %
% %
% %
-% Copyright 1999-2020 ImageMagick Studio LLC, a non-profit organization %
+% Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
% dedicated to making software imaging solutions freely available. %
% %
% You may not use this file except in compliance with the License. You may %
@@ -146,10 +146,10 @@ ModuleExport size_t analyzeImage(Image **images,const int argc,
image_view=AcquireVirtualCacheView(image,exception);
for (y=0; y < (ssize_t) image->rows; y++)
{
- register const Quantum
+ const Quantum
*p;
- register ssize_t
+ ssize_t
x;
if (status == MagickFalse)