summaryrefslogtreecommitdiff
path: root/coders/jnx.c
diff options
context:
space:
mode:
Diffstat (limited to 'coders/jnx.c')
-rw-r--r--coders/jnx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/coders/jnx.c b/coders/jnx.c
index b53b5424e..6a160d0db 100644
--- a/coders/jnx.c
+++ b/coders/jnx.c
@@ -16,7 +16,7 @@
% July 2012 %
% %
% %
-% 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 %
@@ -141,7 +141,7 @@ static Image *ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception)
MagickBooleanType
status;
- register ssize_t
+ ssize_t
i;
/*
@@ -202,7 +202,7 @@ static Image *ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception)
*jnx_level_info[i].copyright='\0';
if (jnx_info.version > 3)
{
- register ssize_t
+ ssize_t
j;
unsigned short
@@ -227,7 +227,7 @@ static Image *ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception)
MagickOffsetType
offset;
- register ssize_t
+ ssize_t
j;
offset=SeekBlob(image,(MagickOffsetType) jnx_level_info[i].offset,SEEK_SET);