From 920a0e740bcb2c4a2986110d27cce078908c9f66 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 24 Jan 2014 14:20:14 +0000 Subject: [PATCH] --- MagickCore/property.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/property.c b/MagickCore/property.c index 3c3c0bedc..2a64d91ce 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -1553,13 +1553,13 @@ static MagickBooleanType GetEXIFProperty(const Image *image, return(status); } -static MagickBooleanType GetICCProperty(const Image *image,const char *key, +static MagickBooleanType GetICCProperty(const Image *image,const char *property, ExceptionInfo *exception) { const StringInfo *profile; - magick_unreferenced(key); + magick_unreferenced(property); profile=GetImageProfile(image,"icc"); if (profile == (StringInfo *) NULL) -- 2.40.0