* ecore: fix typo.

SVN revision: 53098
This commit is contained in:
Cedric BAIL 2010-10-06 13:01:35 +00:00
parent fc060c6a8f
commit 6b5c401b1f
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ ecore_thread_cancel(Ecore_Thread *thread)
/* Delay the destruction */
on_exit:
work->cancel = EINA_TRUE;
((Ecore_Pthread_Worker *)thread)->cancel = EINA_TRUE;
return EINA_FALSE;
#else
return EINA_TRUE;