From: cristy Date: Sun, 13 Sep 2009 02:44:40 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~10703 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa7becb49e234c85c678eaac220ed0d368527388;p=imagemagick --- diff --git a/coders/pdf.c b/coders/pdf.c index 7e2b62c57..6e7f491af 100644 --- a/coders/pdf.c +++ b/coders/pdf.c @@ -1403,13 +1403,13 @@ static MagickBooleanType WritePDFImage(const ImageInfo *image_info,Image *image) } case LZWCompression: { - (void) FormatMagickString(buffer,MaxTextExtent,CFormat,"LZWDecode"); - break; + (void) FormatMagickString(buffer,MaxTextExtent,CFormat,"LZWDecode"); + break; } case ZipCompression: { - (void) FormatMagickString(buffer,MaxTextExtent,CFormat,"FlateDecode"); - break; + (void) FormatMagickString(buffer,MaxTextExtent,CFormat,"FlateDecode"); + break; } case FaxCompression: case Group4Compression: