Changeset 10875 for ImageMagick/trunk

Show
Ignore:
Timestamp:
05/10/08 21:23:26 (3 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

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

    r10871 r10875  
    18791879      { 
    18801880        (void) WriteBlobString(image,image->endian != LSBEndian ? "1.0\n" : 
    1881            "-1.0\n"); 
     1881          "-1.0\n"); 
    18821882        image->depth=32; 
    18831883        quantum_info=AcquireQuantumInfo((const ImageInfo *) NULL,image);