summaryrefslogtreecommitdiff
path: root/evthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'evthread.c')
-rw-r--r--evthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evthread.c b/evthread.c
index f12eed7b..e33f8f02 100644
--- a/evthread.c
+++ b/evthread.c
@@ -60,7 +60,7 @@ evthread_set_lock_callbacks(const struct evthread_lock_callbacks *cbs)
{
struct evthread_lock_callbacks *target =
_evthread_lock_debugging_enabled
- ? &_original_lock_fns : &_evthread_lock_fns;
+ ? &_original_lock_fns : &_evthread_lock_fns;
if (!cbs) {
memset(target, 0, sizeof(_evthread_lock_fns));