From: Sung-Jin Park Date: Thu, 3 Dec 2020 09:53:19 +0000 (+0900) Subject: e_comp_wl: fix to return value properly X-Git-Tag: submit/tizen/20201206.010849~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36095f0623553654d621d9c894740e34b0a5b2f8;p=platform%2Fupstream%2Fenlightenment.git e_comp_wl: fix to return value properly Change-Id: I58bd6967581bd552309fdca65083bf9c7a284780 Signed-off-by: Sung-Jin Park --- diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 7bc783610b..bd84ce5ab5 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2216,7 +2216,7 @@ _e_comp_wl_cb_mouse_button_cancel(void *d EINA_UNUSED, int t EINA_UNUSED, Ecore_ static Eina_Bool _e_comp_wl_cb_zone_display_state_change(void *d EINA_UNUSED, int t EINA_UNUSED, E_Event_Zone_Display_State_Change *ev) { - if (!ev) ECORE_CALLBACK_PASS_ON; + if (!ev) return ECORE_CALLBACK_PASS_ON; E_Zone *zone = ev->zone;