diff options
Diffstat (limited to '')
-rw-r--r-- | legacy/ecore/src/lib/ecore/ecore_poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/ecore/src/lib/ecore/ecore_poll.c b/legacy/ecore/src/lib/ecore/ecore_poll.c index 863984884e..a551e769b8 100644 --- a/legacy/ecore/src/lib/ecore/ecore_poll.c +++ b/legacy/ecore/src/lib/ecore/ecore_poll.c | |||
@@ -270,7 +270,7 @@ _poller_constructor(Eo *obj, void *_pd, va_list *list) | |||
270 | if (EINA_UNLIKELY(!eina_main_loop_is())) | 270 | if (EINA_UNLIKELY(!eina_main_loop_is())) |
271 | { | 271 | { |
272 | eo_error_set(obj); | 272 | eo_error_set(obj); |
273 | EINA_MAIN_LOOP_CHECK_RETURN_VAL(EINA_FALSE); | 273 | EINA_MAIN_LOOP_CHECK_RETURN; |
274 | } | 274 | } |
275 | 275 | ||
276 | eo_do_super(obj, eo_constructor()); | 276 | eo_do_super(obj, eo_constructor()); |