ecore ecore_poll.c: Fixed formatting.

SVN revision: 69940
This commit is contained in:
Daniel Juyung Seo 2012-04-06 04:14:25 +00:00
parent f344b5a56e
commit 0591672d00
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
struct _Ecore_Poller
{
EINA_INLIST;
ECORE_MAGIC;
ECORE_MAGIC;
int ibit;
unsigned char delete_me : 1;
Ecore_Task_Cb func;