It doesn't look like this matters, so let's fix the build.

And if it does matter, I hope it breaks something from cedric. One femur, for example. Or both.


SVN revision: 60789
This commit is contained in:
Iván Briano 2011-06-29 02:32:37 +00:00
parent 5182b1d519
commit 0365a18df7
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ _ecore_thread_end(Ecore_Pthread_Data *pth, Ecore_Thread *work)
Ecore_Pthread_Worker *worker = (Ecore_Pthread_Worker *) work;
Ecore_Pipe *p;
if (!worker->message_run || !worker->feedback_run || (worker->feedback_run && !worker->no_queue))
if (!worker->feedback_run || (worker->feedback_run && !worker->no_queue))
_ecore_thread_count--;
if (PHJ(pth->thread, p) != 0)