* ecore_thread: Fix the remaining comment from Vincent.

SVN revision: 41581
This commit is contained in:
Cedric BAIL 2009-08-04 09:13:49 +00:00
parent 26bd9e8d46
commit 7db27df3c8
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,8 @@
#ifndef _ECORE_H
#define _ECORE_H
#include <Eina.h>
#ifdef EAPI
# undef EAPI
#endif
@ -59,8 +61,6 @@
# include <signal.h>
#endif
#include <Eina.h>
#ifndef TRUE
# define TRUE 1
#endif

View File

@ -117,7 +117,7 @@ _ecore_thread_worker(Ecore_Pipe *p)
}
static void
_ecore_thread_handler(__UNUSED__ void *data, void *buffer, unsigned int nbyte)
_ecore_thread_handler(void *data __UNUSED__, void *buffer, unsigned int nbyte)
{
Ecore_Pthread_Worker *work;