From f31a4feb048a15659e67ad9165b4855be1747c02 Mon Sep 17 00:00:00 2001 From: "aman.jeph" Date: Mon, 29 Jun 2020 23:51:57 +0530 Subject: [PATCH] Fixing SR build error Change-Id: I8ca17a509fa97863edc85f6a92412f163812a3e3 Signed-off-by: aman.jeph --- src/view/mp-video-list-remove-ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/mp-video-list-remove-ctrl.c b/src/view/mp-video-list-remove-ctrl.c index dbe7774..d743710 100755 --- a/src/view/mp-video-list-remove-ctrl.c +++ b/src/view/mp-video-list-remove-ctrl.c @@ -327,7 +327,7 @@ bool mp_remove_ctrl_show(bool * pCheckedItemsEditList, { VideoLogInfo("Nothing to delete"); free(g_pRemoveCtrl); - return; + return FALSE; } g_pRemoveCtrl->pPopUpHandle = elm_popup_add(mp_util_get_main_window_handle()); -- 2.34.1