From e476ead3a42a4b6185337509bdf2bbdc849abf3a Mon Sep 17 00:00:00 2001 From: billiob Date: Fri, 23 Jul 2010 07:32:34 +0000 Subject: [PATCH] eet: typo. Patch by Vincent Torri git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@50445 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/tests/eet_suite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/eet_suite.c b/src/tests/eet_suite.c index 4da3b43..f69889d 100644 --- a/src/tests/eet_suite.c +++ b/src/tests/eet_suite.c @@ -1528,8 +1528,8 @@ START_TEST(eet_cache_concurrency) # else ret = WaitForSingleObject((HANDLE)thread, INFINITE); fail_if(ret != WAIT_OBJECT_0); - fail_if(GetExitCoeThread((HANDLE)thread, &ret) == FALSE); - fail_if(ret != 0) + fail_if(GetExitCodeThread((HANDLE)thread, &ret) == FALSE); + fail_if(ret != 0); # endif fail_if(unlink(file) != 0); -- 2.7.4