Changeset 13972

Show
Ignore:
Timestamp:
03/12/08 10:14:30 (4 months ago)
Author:
warmerdam
Message:

fix alignment problem on Sparc (#2268)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.5/gdal/frmts/ingr/IngrTypes.h

    r12578 r13972  
    133133 
    134134struct INGR_FormatDescription { 
    135        uint16           eFormatCode; 
    136        const char       *pszName; 
     135    INGR_Format      eFormatCode; 
     136    const char       *pszName; 
    137137    GDALDataType     eDataType; 
    138138};