mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-09 18:52:55 -08:00
Fixed typo.
This commit is contained in:
parent
2b5679789b
commit
c03a4f01e4
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ mp_process_run_function(cl_narg narg, cl_object name, cl_object function, ...)
|
|||
output->lock.name = name;
|
||||
pthread_mutex_init(&output->lock.mutex, &attr);
|
||||
pthread_mutexattr_destroy(&attr);
|
||||
si_set_finalizer(x, Ct);
|
||||
si_set_finalizer(output, Ct);
|
||||
@(return output)
|
||||
@)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue