mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
Fixed typo
This commit is contained in:
parent
d44bc4ae09
commit
3802c872ef
1 changed files with 1 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ finalize(cl_object o, cl_object data)
|
|||
CL_NEWENV_BEGIN {
|
||||
switch (type_of(o)) {
|
||||
#ifdef ENABLE_DLOPEN
|
||||
case t_codeblock: {
|
||||
case t_codeblock:
|
||||
cl_mapc(2, @'si::unlink-symbol', o->cblock.links);
|
||||
if (o->cblock.handle != NULL) {
|
||||
printf("\n;;; Freeing library %s\n", o->cblock.name?
|
||||
|
|
@ -47,7 +47,6 @@ finalize(cl_object o, cl_object data)
|
|||
#endif
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
case t_stream:
|
||||
if (o->stream.file != NULL)
|
||||
fclose(o->stream.file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue