From e544c6d0a0d43a1604a0233ff3b4b6a2b18b01cf Mon Sep 17 00:00:00 2001 From: Gwanglim Lee Date: Mon, 25 Apr 2016 15:48:40 +0900 Subject: [PATCH] fix a warning Change-Id: I77aad273e97d7f173feded52ca3c44b500c20899 --- src/e_mod_wl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/e_mod_wl.c b/src/e_mod_wl.c index 654d1c5..2dd0549 100644 --- a/src/e_mod_wl.c +++ b/src/e_mod_wl.c @@ -6,7 +6,6 @@ #include "e_mod_lockscreen.h" #include - #include #include #include @@ -2444,6 +2443,8 @@ _e_mod_pol_change_system_brightness(int new_brightness) } g_system_info.brightness.client = new_brightness; g_system_info.brightness.use_client = EINA_TRUE; + + return EINA_TRUE; } static Eina_Bool -- 2.7.4