Skip to content

Commit

Permalink
eliminate compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jun 12, 2022
1 parent 1498305 commit e3595eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wand/mogrify.c
Original file line number Diff line number Diff line change
Expand Up @@ -3925,6 +3925,8 @@ WandExport MagickBooleanType MogrifyImageCommand(ImageInfo *image_info,
AppendImageFormat(format,images->filename);
AppendImageStack(images);
FinalizeImageSettings(image_info,image,MagickFalse);
if (image == (Image *) NULL)
continue;
if (global_colormap != MagickFalse)
{
QuantizeInfo
Expand Down

0 comments on commit e3595eb

Please sign in to comment.