projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d15a0f
)
ecore: actually return the real value, even if they were the same in this case.
author
Cedric Bail
<cedric.bail@samsung.com>
Thu, 30 May 2013 07:08:03 +0000
(16:08 +0900)
committer
Cedric Bail
<cedric.bail@samsung.com>
Tue, 4 Jun 2013 02:20:25 +0000
(11:20 +0900)
src/lib/ecore/ecore.c
patch
|
blob
|
history
diff --git
a/src/lib/ecore/ecore.c
b/src/lib/ecore/ecore.c
index
03734db
..
51d55db
100644
(file)
--- 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