summaryrefslogtreecommitdiff
path: root/coders/raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'coders/raw.c')
-rw-r--r--coders/raw.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/coders/raw.c b/coders/raw.c
index cfef622bd..cac2ea008 100644
--- a/coders/raw.c
+++ b/coders/raw.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 %
@@ -207,13 +207,13 @@ static Image *ReadRAWImage(const ImageInfo *image_info,ExceptionInfo *exception)
}
for (y=0; y < (ssize_t) image->extract_info.height; y++)
{
- register const Quantum
+ const Quantum
*magick_restrict p;
- register Quantum
+ Quantum
*magick_restrict q;
- register ssize_t
+ ssize_t
x;
if (count != (ssize_t) length)
@@ -462,7 +462,7 @@ static MagickBooleanType WriteRAWImage(const ImageInfo *image_info,Image *image,
MagickBooleanType
status;
- register const Quantum
+ const Quantum
*p;
size_t