From: Dirk Lemstra Date: Wed, 19 Dec 2018 21:27:47 +0000 (+0100) Subject: Corrected comment. X-Git-Tag: 7.0.8-19~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f00776cb45e3e251e9dc7a1d7f01f7dd8c6210d1;p=imagemagick Corrected comment. --- diff --git a/coders/jpeg.c b/coders/jpeg.c index 9cc63d92e..f55b4e643 100644 --- a/coders/jpeg.c +++ b/coders/jpeg.c @@ -671,7 +671,7 @@ static boolean ReadIPTCProfile(j_decompress_ptr jpeg_info) *p++=(unsigned char) c; } error_manager->profile=NULL; - /* The IPTC profile is actually an 8bi*/ + /* The IPTC profile is actually an 8bim */ iptc_profile=(StringInfo *) GetImageProfile(image,"8bim"); if (iptc_profile != (StringInfo *) NULL) {