summaryrefslogtreecommitdiff
path: root/MagickCore/resample-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'MagickCore/resample-private.h')
-rw-r--r--MagickCore/resample-private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MagickCore/resample-private.h b/MagickCore/resample-private.h
index c55840b4e..ec89a8611 100644
--- a/MagickCore/resample-private.h
+++ b/MagickCore/resample-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
@@ -27,7 +27,7 @@ extern "C" {
static inline ResampleFilter **DestroyResampleFilterThreadSet(
ResampleFilter **filter)
{
- register ssize_t
+ ssize_t
i;
assert(filter != (ResampleFilter **) NULL);
@@ -42,7 +42,7 @@ static inline ResampleFilter **AcquireResampleFilterThreadSet(
const Image *image,const VirtualPixelMethod method,
const MagickBooleanType interpolate,ExceptionInfo *exception)
{
- register ssize_t
+ ssize_t
i;
ResampleFilter