mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 23:50:56 -08:00
Fix typo.
This commit is contained in:
parent
048cdbdc91
commit
226f9c4dab
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ mp_process_run_function(cl_narg narg, cl_object name, cl_object function, ...)
|
|||
output = cl_alloc_object(t_lock);
|
||||
output->lock.name = name;
|
||||
output->lock.mutex = CreateMutex(NULL, FALSE, NULL);
|
||||
si_set_finalizer(x, Ct);
|
||||
si_set_finalizer(output, Ct);
|
||||
@(return output)
|
||||
@)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue