]> granicus.if.org Git - imagemagick/commitdiff
Corrected comment.
authorDirk Lemstra <dirk@lemstra.org>
Wed, 19 Dec 2018 21:27:47 +0000 (22:27 +0100)
committerDirk Lemstra <dirk@lemstra.org>
Wed, 19 Dec 2018 21:27:47 +0000 (22:27 +0100)
coders/jpeg.c

index 9cc63d92e68b0ddb6730336aabf9a5075f8554d8..f55b4e64320eef1fa42791b7ab0d48d499f976ca 100644 (file)
@@ -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 8bi*/
   iptc_profile=(StringInfo *) GetImageProfile(image,"8bim");
   if (iptc_profile != (StringInfo *) NULL)
     {