From: cristy Date: Sat, 9 Nov 2013 02:47:12 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=128e5be5540b8740221815591536d6494b9e9f5d;p=imagemagick --- diff --git a/coders/tiff.c b/coders/tiff.c index 561eb3128..9bf864c9b 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -1743,7 +1743,7 @@ static Image *ReadTIFFImage(const ImageInfo *image_info, SetPixelAlpha(image,ScaleCharToQuantum((unsigned char) TIFFGetA(*p)),q); p--; - q-=GetPixelChannels(image);; + q-=GetPixelChannels(image); } if (SyncAuthenticPixels(image,exception) == MagickFalse) break;