eet: typo. Patch by Vincent Torri
authorbilliob <billiob>
Fri, 23 Jul 2010 07:32:34 +0000 (07:32 +0000)
committerbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 23 Jul 2010 07:32:34 +0000 (07:32 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@50445 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/eet_suite.c

index 4da3b43..f69889d 100644 (file)
@@ -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);