Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Nov 25, 2022
1 parent afc85bc commit de94d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/jpeg.c
Expand Up @@ -2124,7 +2124,7 @@ static void WriteProfiles(j_compress_ptr jpeg_info,Image *image,
}
}
if ((LocaleCompare(name,"XMP") == 0) &&
(GetStringInfoLength(profile) < (65533 - sizeof(xmp_namespace))))
(GetStringInfoLength(profile) < (65533-sizeof(xmp_namespace))))
{
StringInfo
*xmp_profile;
Expand Down

0 comments on commit de94d35

Please sign in to comment.