diff options
author | scuri <scuri> | 2009-07-10 18:39:35 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-07-10 18:39:35 +0000 |
commit | 29e8412b06bb862b0657531425f8e15727589f02 (patch) | |
tree | a3f595b1f063c2dad33282154835196cb0b20a69 /include | |
parent | 736527c22ad98ca9b35634f3237dfaa23cd531ce (diff) |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/im_format_raw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/im_format_raw.h b/include/im_format_raw.h index 07cc81c..fdb07f8 100644 --- a/include/im_format_raw.h +++ b/include/im_format_raw.h @@ -51,7 +51,7 @@ extern "C" { Attributes: Width, Height, ColorMode, DataType IM_INT (1) - StartOffset, SwitchType, ByteOrder, Padding IM_INT (1) + ImageCount[1], StartOffset[0], SwitchType[FALSE], ByteOrder[IM_LITTLEENDIAN], Padding[0] IM_INT (1) \endverbatim * \ingroup format */ imFileFormatBase* imFormatInitRAW(void); |