fix random value generator.

SPANK SPANK SPANK!!!


SVN revision: 50750
This commit is contained in:
Mike Blumenkrantz 2010-08-02 19:36:37 +00:00
parent a7049f1f16
commit bec24bf71f
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ EAPI Eina_Bool
ecore_thread_cancel(Ecore_Thread *thread)
{
#ifdef EFL_HAVE_PTHREAD
Ecore_Pthread_Worker *work;
Ecore_Pthread_Worker *work = (Ecore_Pthread_Worker*) thread;
Eina_List *l;
if (!work)