From 43084f7e33ee14d37e95410661525ff301ebad1a Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Fri, 14 Sep 2018 14:59:19 +0200 Subject: [PATCH] Minor refactoring. --- MagickCore/pixel-accessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/pixel-accessor.h b/MagickCore/pixel-accessor.h index d35a3676f..31b64b692 100644 --- a/MagickCore/pixel-accessor.h +++ b/MagickCore/pixel-accessor.h @@ -419,7 +419,7 @@ static inline void GetPixelInfoPixel(const Image *magick_restrict image, if (image->channel_map[IndexPixelChannel].traits != UndefinedPixelTrait) pixel_info->index=(MagickRealType) pixel[image->channel_map[IndexPixelChannel].offset]; - } + } } } -- 2.40.0