diff options
Diffstat (limited to 'src/lib/ecore/ecore.c')
-rw-r--r-- | src/lib/ecore/ecore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore/ecore.c b/src/lib/ecore/ecore.c index 03734dbb82..51d55db623 100644 --- a/src/lib/ecore/ecore.c +++ b/src/lib/ecore/ecore.c | |||
@@ -548,7 +548,7 @@ ecore_thread_main_loop_begin(void) | |||
548 | 548 | ||
549 | _thread_loop = 1; | 549 | _thread_loop = 1; |
550 | 550 | ||
551 | return EINA_TRUE; | 551 | return _thread_loop; |
552 | } | 552 | } |
553 | 553 | ||
554 | EAPI int | 554 | EAPI int |