Fixed typo in the size of element type of unicode arrays.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-03-29 00:12:58 +01:00
parent be68a056b8
commit 3eb08e8fd7

View file

@ -41,7 +41,7 @@ static const cl_index ecl_aet_size[] = {
sizeof(ecl_int64_t),
#endif
#ifdef ECL_UNICODE
sizeof(cl_object), /* aet_ch */
sizeof(ecl_character), /* aet_ch */
#endif
sizeof(unsigned char) /* aet_bc */
};