Fixed typo in the non-inlined version of ecl_to_size().

This commit is contained in:
Juan Jose Garcia Ripoll 2012-01-22 23:40:04 +01:00
parent b541769e77
commit ac8b8a813a

View file

@ -61,7 +61,7 @@ ecl_to_size(cl_object f)
if (ecl_likely(aux >= 0))
return aux;
}
FEtype_error_object_index(f);
FEtype_error_size(f);
}
#endif /* !ECL_CAN_INLINE */