Fabrizio Fabbri 2017-05-16 18:19:38 +02:00
parent 1f58875e1c
commit 0d18fcbbf2
No known key found for this signature in database
GPG key ID: 8276EDF3D10E6C35

View file

@ -90,9 +90,9 @@ cl_object
ecl_type_error(cl_object function, const char *place, cl_object o,
cl_object type)
{
si_wrong_type_argument(4, o, type,
(*place? make_constant_base_string(place) : ECL_NIL),
function);
return si_wrong_type_argument(4, o, type,
(*place? make_constant_base_string(place) : ECL_NIL),
function);
}
/**********************************************************************/