Skip to content

Commit

Permalink
Cosmetic.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed May 5, 2024
1 parent 6e39633 commit e1de8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/miff.c
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,7 @@ static MagickBooleanType WriteMIFFImage(const ImageInfo *image_info,
image->directory);
(void) WriteBlobByte(image,'\0');
}
if (image->profiles != 0)
if (image->profiles != (void *) NULL)
{
const char
*name;
Expand Down

0 comments on commit e1de8c5

Please sign in to comment.