diff options
author | aman.jeph <aman.jeph@samsung.com> | 2020-06-29 23:51:57 +0530 |
---|---|---|
committer | aman.jeph <aman.jeph@samsung.com> | 2020-06-29 23:51:57 +0530 |
commit | f31a4feb048a15659e67ad9165b4855be1747c02 (patch) | |
tree | 296c2751973abaa5ef0bdd29ecb843336bbea6d2 | |
parent | f8a54b948c23c7077b57ecf133d9e832978f7c36 (diff) | |
download | video-player-f31a4feb048a15659e67ad9165b4855be1747c02.tar.gz video-player-f31a4feb048a15659e67ad9165b4855be1747c02.tar.bz2 video-player-f31a4feb048a15659e67ad9165b4855be1747c02.zip |
Fixing SR build errorsubmit/tizen/20200630.040240
Change-Id: I8ca17a509fa97863edc85f6a92412f163812a3e3
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
-rwxr-xr-x | src/view/mp-video-list-remove-ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |