From: dirk <dirk@git.imagemagick.org> Date: Thu, 26 Dec 2013 16:55:20 +0000 (+0000) Subject: Fixed newlines. X-Git-Tag: 7.0.1-0~3029 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b52a4b752ce10edce4c5ddb441480635ff7c7283;p=imagemagick Fixed newlines. --- diff --git a/coders/psd.c b/coders/psd.c index a6cd54593..845876341 100644 --- a/coders/psd.c +++ b/coders/psd.c @@ -1282,7 +1282,7 @@ static MagickStatusType ReadPSDLayers(Image *image,PSDInfo *psd_info, image->filename); } count=ReadBlob(image,4,(unsigned char *) layer_info[i].blendkey); - layer_info[i].opacity=(Quantum) ScaleCharToQuantum((unsigned char) + layer_info[i].opacity=(Quantum) ScaleCharToQuantum((unsigned char) ReadBlobByte(image)); layer_info[i].clipping=(unsigned char) ReadBlobByte(image); layer_info[i].flags=(unsigned char) ReadBlobByte(image);