diff options
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); |