mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 14:21:48 -08:00
Fixed typo in the non-inlined version of ecl_to_size().
This commit is contained in:
parent
b541769e77
commit
ac8b8a813a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue