From f557994e56546c237f76dde1c743a91b14596f70 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 6 Oct 2018 09:33:31 -0400 Subject: [PATCH] ... --- MagickCore/property.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/property.c b/MagickCore/property.c index 853c661d6..ac06b3c51 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -1230,7 +1230,7 @@ static MagickBooleanType GetEXIFProperty(const Image *image, { 0x1001e, "exif:GPSDifferential" }, { 0x1001f, "exif:GPSHPositioningError" }, { 0x00000, (const char *) NULL } - }; + }; /* http://www.cipa.jp/std/documents/e/DC-008-Translation-2016-E.pdf */ const StringInfo *profile; -- 2.40.0