From: aman.jeph Date: Mon, 29 Jun 2020 18:21:57 +0000 (+0530) Subject: Fixing SR build error X-Git-Tag: submit/tizen/20200630.040240^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f31a4feb048a15659e67ad9165b4855be1747c02;p=profile%2Fiot%2Fapps%2Fnative%2Fvideo-player.git Fixing SR build error Change-Id: I8ca17a509fa97863edc85f6a92412f163812a3e3 Signed-off-by: aman.jeph --- 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());