jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b867b6aa244e52033d0a6b50cde7100f5c4c3464

commit b867b6aa244e52033d0a6b50cde7100f5c4c3464
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Dec 5 14:33:03 2017 +0900

    ecore_wl2: Fix a warning
---
 src/lib/ecore_wl2/ecore_wl2_window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_wl2/ecore_wl2_window.c 
b/src/lib/ecore_wl2/ecore_wl2_window.c
index 8f6a579a4a..37282400a8 100644
--- a/src/lib/ecore_wl2/ecore_wl2_window.c
+++ b/src/lib/ecore_wl2/ecore_wl2_window.c
@@ -1035,7 +1035,7 @@ ecore_wl2_window_display_get(const Ecore_Wl2_Window 
*window)
    EINA_SAFETY_ON_NULL_RETURN_VAL(window, NULL);
    EINA_SAFETY_ON_NULL_RETURN_VAL(window->display, NULL);
 
-   if (window->display->recovering) return EINA_FALSE;
+   if (window->display->recovering) return NULL;
 
    return window->display;
 }

-- 


Reply via email to