From: Ji-hoon Lee Date: Tue, 6 Aug 2019 05:12:58 +0000 (+0900) Subject: Fix defects detected by static analysis tool X-Git-Tag: accepted/tizen/unified/20191001.062542~2^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ad951b4b64cee0d94971a6feb8455e426f2edd3;p=platform%2Fcore%2Fuifw%2Fmulti-assistant-service.git Fix defects detected by static analysis tool Change-Id: Ie766bdfe909bae6c8e6e8a43925a054e9f395d4a --- diff --git a/plugins/wakeup-manager/src/wakeup_engine_manager.cpp b/plugins/wakeup-manager/src/wakeup_engine_manager.cpp index 891dea1..39ff338 100644 --- a/plugins/wakeup-manager/src/wakeup_engine_manager.cpp +++ b/plugins/wakeup-manager/src/wakeup_engine_manager.cpp @@ -140,6 +140,7 @@ bool CWakeupEngineManager::set_language(string language) info.interface.set_language(language.c_str()); } } + return true; } void CWakeupEngineManager::set_assistant_activated(string appid, bool activated)