From cd57e792bcd2014a7b7230a3405f8ecebdc0a833 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Thu, 30 May 2013 16:08:03 +0900 Subject: [PATCH] ecore: actually return the real value, even if they were the same in this case. --- src/lib/ecore/ecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) _thread_loop = 1; - return EINA_TRUE; + return _thread_loop; } EAPI int