Changeset 99
- Timestamp:
- 09/12/09 19:44:40 (6 months ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/coders/pdf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/coders/pdf.c
r96 r99 1404 1404 case LZWCompression: 1405 1405 { 1406 (void) FormatMagickString(buffer,MaxTextExtent,CFormat,"LZWDecode");1407 break;1406 (void) FormatMagickString(buffer,MaxTextExtent,CFormat,"LZWDecode"); 1407 break; 1408 1408 } 1409 1409 case ZipCompression: 1410 1410 { 1411 (void) FormatMagickString(buffer,MaxTextExtent,CFormat,"FlateDecode");1412 break;1411 (void) FormatMagickString(buffer,MaxTextExtent,CFormat,"FlateDecode"); 1412 break; 1413 1413 } 1414 1414 case FaxCompression:
