From b888d23c8e03af2f1480498502d026e351160492 Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 25 Dec 2017 13:21:37 -0500 Subject: [PATCH] ... --- coders/tiff.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.40.0