From 08e5c41d42be826c18480b277f644a864f237b9b Mon Sep 17 00:00:00 2001 From: scuri Date: Tue, 4 Aug 2009 21:35:15 +0000 Subject: *** empty log message *** --- include/im.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/im.h') diff --git a/include/im.h b/include/im.h index 8091e77..a6673cb 100644 --- a/include/im.h +++ b/include/im.h @@ -206,7 +206,7 @@ int imFileWriteImageInfo(imFile* ifile, int width, int height, int user_color_mo * Returns an error code. * See also \ref imErrorCodes, \ref imDataType, \ref imColorSpace and \ref imColorModeConfig. * - * \verbatim ifile:ReadImageData(data: userdata, convert2bitmap: bool, color_mode_flags: number) -> error: number [in Lua 5] \endverbatim + * \verbatim ifile:ReadImageData(data: userdata, convert2bitmap: boolean, color_mode_flags: number) -> error: number [in Lua 5] \endverbatim * \ingroup file */ int imFileReadImageData(imFile* ifile, void* data, int convert2bitmap, int color_mode_flags); -- cgit v1.2.3