summaryrefslogtreecommitdiff
path: root/coders/mask.c
diff options
context:
space:
mode:
Diffstat (limited to 'coders/mask.c')
-rw-r--r--coders/mask.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/coders/mask.c b/coders/mask.c
index 59ccb2e30..b7c6a3e48 100644
--- a/coders/mask.c
+++ b/coders/mask.c
@@ -17,7 +17,7 @@
% July 1992 %
% %
% %
-% 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 %
@@ -245,13 +245,13 @@ static Image *MaskImage(const Image *image,ExceptionInfo *exception)
mask_view=AcquireAuthenticCacheView(mask_image,exception);
for (y=0; y < (ssize_t) image->rows; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
- register Quantum
+ Quantum
*magick_restrict q;
- register ssize_t
+ ssize_t
x;
if (status == MagickFalse)