summaryrefslogtreecommitdiff
path: root/coders/cip.c
diff options
context:
space:
mode:
Diffstat (limited to 'coders/cip.c')
-rw-r--r--coders/cip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/coders/cip.c b/coders/cip.c
index 2050c75e7..e662b00cf 100644
--- a/coders/cip.c
+++ b/coders/cip.c
@@ -16,7 +16,7 @@
% April 2004 %
% %
% %
-% 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 %
@@ -169,10 +169,10 @@ static MagickBooleanType WriteCIPImage(const ImageInfo *image_info,Image *image,
MagickBooleanType
status;
- register const Quantum
+ const Quantum
*p;
- register ssize_t
+ ssize_t
i,
x;