From: Cristy Date: Mon, 25 Dec 2017 18:21:37 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.7-17~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b888d23c8e03af2f1480498502d026e351160492;p=imagemagick ... --- diff --git a/coders/tiff.c b/coders/tiff.c index 34983a0d4..a37d3a862 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -3155,7 +3155,8 @@ static MagickBooleanType TIFFWritePhotoshopLayers(Image* image, base_image->endian=endian; WriteBlobString(base_image,"Adobe Photoshop Document Data Block"); WriteBlobByte(base_image,0); - WriteBlobString(base_image,base_image->endian == LSBEndian ? "MIB8ryaL" : "8BIMLayr"); + WriteBlobString(base_image,base_image->endian == LSBEndian ? "MIB8ryaL" : + "8BIMLayr"); status=WritePSDLayers(base_image,clone_info,&info,exception); if (status != MagickFalse) {