From 65c33f63692f67e59a4d2e212d6e23d16b15da7f Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Sat, 9 Nov 2013 20:06:59 +0900 Subject: [PATCH] eina: eina_lock_debug is only on Eina_Lock. --- src/tests/eina/eina_test_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/eina/eina_test_lock.c b/src/tests/eina/eina_test_lock.c index 62f7b2914d..9bac3041b8 100644 --- a/src/tests/eina/eina_test_lock.c +++ b/src/tests/eina/eina_test_lock.c @@ -144,7 +144,7 @@ START_TEST(eina_test_rwlock) counter = 42; - eina_lock_debug(&mutex); + eina_lock_debug(&mtcond); fail_if(eina_rwlock_take_read(&mutex) != EINA_LOCK_SUCCEED); fail_if(eina_lock_take(&mtcond) != EINA_LOCK_SUCCEED);