summaryrefslogtreecommitdiff
path: root/MagickCore/color-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'MagickCore/color-private.h')
-rw-r--r--MagickCore/color-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MagickCore/color-private.h b/MagickCore/color-private.h
index 856a87e9a..786339c1a 100644
--- a/MagickCore/color-private.h
+++ b/MagickCore/color-private.h
@@ -1,5 +1,5 @@
/*
- 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
@@ -45,7 +45,7 @@ static inline MagickBooleanType GetColorRange(const char *color,
if (*color != '\0')
{
- register char
+ char
*p;
(void) CopyMagickString(start_color,color,MagickPathExtent);