From: billiob Date: Fri, 23 Jul 2010 07:32:34 +0000 (+0000) Subject: eet: typo. Patch by Vincent Torri X-Git-Tag: 1.0_branch~278 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff7a9a3a6df3e7206832104f35f96df809243a87;p=profile%2Fivi%2Feet.git eet: typo. Patch by Vincent Torri git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@50445 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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);