Fixing SR build error 67/237367/1 submit/tizen/20200630.040240
authoraman.jeph <aman.jeph@samsung.com>
Mon, 29 Jun 2020 18:21:57 +0000 (23:51 +0530)
committeraman.jeph <aman.jeph@samsung.com>
Mon, 29 Jun 2020 18:21:57 +0000 (23:51 +0530)
Change-Id: I8ca17a509fa97863edc85f6a92412f163812a3e3
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
src/view/mp-video-list-remove-ctrl.c

index dbe777465ccdd5af2ef7d3c802009321bf325095..d7437107ffe93566b488551e5459d5377b421afa 100755 (executable)
@@ -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());