* ecore: fix typo.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Oct 2010 13:01:35 +0000 (13:01 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Oct 2010 13:01:35 +0000 (13:01 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@53098 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_thread.c

index 6688f07..d52c89b 100644 (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;