From 226f9c4dab33c88fb14ed06dd1c01066b6046b8d Mon Sep 17 00:00:00 2001 From: mgoffioul Date: Mon, 25 Sep 2006 09:57:25 +0000 Subject: [PATCH] Fix typo. --- src/c/threads_win32.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/threads_win32.d b/src/c/threads_win32.d index 4ff64f322..43de3c1d0 100644 --- a/src/c/threads_win32.d +++ b/src/c/threads_win32.d @@ -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) @)