summaryrefslogtreecommitdiff
path: root/coders/jpeg.c
diff options
context:
space:
mode:
authorDirk Lemstra <dirk@lemstra.org>2018-12-19 22:27:47 +0100
committerDirk Lemstra <dirk@lemstra.org>2018-12-19 22:27:47 +0100
commitf00776cb45e3e251e9dc7a1d7f01f7dd8c6210d1 (patch)
tree493fb24400f1295fde78edc212d55db8db827a70 /coders/jpeg.c
parente74ed77f5bcd2191b50b4db2b7daeb9f6cd65ed8 (diff)
downloadImageMagick-f00776cb45e3e251e9dc7a1d7f01f7dd8c6210d1.tar.gz
Corrected comment.
Diffstat (limited to 'coders/jpeg.c')
-rw-r--r--coders/jpeg.c2
1 files changed, 1 insertions, 1 deletions
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)
{