summaryrefslogtreecommitdiff
path: root/utilities/magick.c
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/magick.c')
-rw-r--r--utilities/magick.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/utilities/magick.c b/utilities/magick.c
index 1dd58bb14..7c337cae0 100644
--- a/utilities/magick.c
+++ b/utilities/magick.c
@@ -17,7 +17,7 @@
% January 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 %
@@ -112,7 +112,7 @@ static int MagickMain(int argc,char **argv)
MagickBooleanType
status;
- register ssize_t
+ ssize_t
i;
size_t
@@ -188,7 +188,7 @@ int wmain(int argc,wchar_t *argv[])
int
status;
- register int
+ int
i;
utf8=NTArgvToUTF8(argc,argv);