We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91804d3 commit eeff0b6Copy full SHA for eeff0b6
coders/ept.c
@@ -267,9 +267,9 @@ static Image *ReadEPTImage(const ImageInfo *image_info,ExceptionInfo *exception)
267
}
268
(void) CopyMagickString(read_info->magick,"TIFF",MagickPathExtent);
269
tiff_image=BlobToImage(read_info,tiff_data,ept_info.tiff_length,exception);
270
- if (tiff_image != (Image*) NULL)
+ if (tiff_image != (Image *) NULL)
271
{
272
- if (image == (Image*) NULL)
+ if (image == (Image *) NULL)
273
image=tiff_image;
274
else
275
AppendImageToList(&image,tiff_image);
0 commit comments