summaryrefslogtreecommitdiff
path: root/coders/wbmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'coders/wbmp.c')
-rw-r--r--coders/wbmp.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/coders/wbmp.c b/coders/wbmp.c
index 440b18187..1074ff298 100644
--- a/coders/wbmp.c
+++ b/coders/wbmp.c
@@ -17,7 +17,7 @@
% January 2000 %
% %
% %
-% 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 %
@@ -127,10 +127,10 @@ static Image *ReadWBMPImage(const ImageInfo *image_info,
MagickBooleanType
status;
- register ssize_t
+ ssize_t
x;
- register Quantum
+ Quantum
*q;
ssize_t
@@ -324,7 +324,7 @@ static void WBMPWriteInteger(Image *image,const size_t value)
flag,
n;
- register ssize_t
+ ssize_t
i;
unsigned char
@@ -354,10 +354,10 @@ static MagickBooleanType WriteWBMPImage(const ImageInfo *image_info,
MagickBooleanType
status;
- register const Quantum
+ const Quantum
*p;
- register ssize_t
+ ssize_t
x;
ssize_t