eina: fix typo.

SVN revision: 78586
This commit is contained in:
Cedric BAIL 2012-10-28 13:02:14 +00:00
parent 5fd68084c9
commit 4cf317b877
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ _eina_thread_win32_join(Eina_Thread t)
Eina_Thread_Win32 *tw;
void *ret;
tw = _eina_thread_win32_find(index);
tw = _eina_thread_win32_find(t);
if (!tw) return NULL;
WaitForSingleObject(tw->thread, INFINITE);