Changeset 99

Show
Ignore:
Timestamp:
09/12/09 19:44:40 (6 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/pdf.c

    r96 r99  
    14041404      case LZWCompression: 
    14051405      { 
    1406          (void) FormatMagickString(buffer,MaxTextExtent,CFormat,"LZWDecode"); 
    1407          break; 
     1406        (void) FormatMagickString(buffer,MaxTextExtent,CFormat,"LZWDecode"); 
     1407        break; 
    14081408      } 
    14091409      case ZipCompression: 
    14101410      { 
    1411          (void) FormatMagickString(buffer,MaxTextExtent,CFormat,"FlateDecode"); 
    1412          break; 
     1411        (void) FormatMagickString(buffer,MaxTextExtent,CFormat,"FlateDecode"); 
     1412        break; 
    14131413      } 
    14141414      case FaxCompression: