From: cristy Date: Tue, 16 Aug 2011 19:22:15 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13adad000787f0f4b5eb18dd60c8938e2862e837;p=imagemagick --- diff --git a/MagickCore/property.c b/MagickCore/property.c index 1ede01a32..460c85b6c 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -1295,8 +1295,7 @@ static MagickBooleanType GetEXIFProperty(const Image *image, case EXIF_FMT_BYTE: case EXIF_FMT_UNDEFINED: { - EXIFMultipleValues(1,"%.20g",(double) - (*(unsigned char *) p1)); + EXIFMultipleValues(1,"%.20g",(double) (*(unsigned char *) p1)); break; } case EXIF_FMT_SBYTE: @@ -1474,8 +1473,7 @@ static MagickBooleanType GetEXIFProperty(const Image *image, return(status); } -static MagickBooleanType GetXMPProperty(const Image *image, - const char *property) +static MagickBooleanType GetXMPProperty(const Image *image,const char *property) { char *xmp_profile;