diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-05-30 16:08:03 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-06-04 11:20:25 +0900 |
commit | cd57e792bcd2014a7b7230a3405f8ecebdc0a833 (patch) | |
tree | d5adbfd92b6e53eaf4c4bdaf673f2d996d2344d7 /src | |
parent | 4d15a0f50f8680de22ea6ced009d666e9ae6be3f (diff) |
ecore: actually return the real value, even if they were the same in this case.
Diffstat (limited to 'src')
-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 |