ecore: actually return the real value, even if they were the same in this case.

This commit is contained in:
Cedric Bail 2013-05-30 16:08:03 +09:00
parent 4d15a0f50f
commit cd57e792bc
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ ecore_thread_main_loop_begin(void)
_thread_loop = 1;
return EINA_TRUE;
return _thread_loop;
}
EAPI int