Removed spurious statement left from cut & paste.

This commit is contained in:
jgarcia 2006-11-12 12:58:32 +00:00
parent 5e2204136e
commit fe77606f7c

View file

@ -347,7 +347,6 @@ ecl_char_set(cl_object object, cl_index index, cl_index value)
case t_string:
if (index >= object->string.dim)
illegal_index(object, index);
if (!CHARACTERP(value)) FEtype_error_character(value);
object->string.self[index] = CODE_CHAR(value);
break;
#endif