ecore ecore_job.c: Fixed formatting.

SVN revision: 69989
This commit is contained in:
Daniel Juyung Seo 2012-04-10 09:12:08 +00:00
parent 78b1edfd29
commit d771710575
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ static Ecore_Event_Handler *_ecore_job_handler = NULL;
struct _Ecore_Job
{
ECORE_MAGIC;
ECORE_MAGIC;
Ecore_Event *event;
Ecore_Cb func;
void *data;