Mercurial > mplayer.hg
changeset 35516:70a577baeccc
Remove unnecessary cast.
author | ib |
---|---|
date | Wed, 05 Dec 2012 12:41:45 +0000 |
parents | ec1a2fc17ad1 |
children | 4664688b4f63 |
files | gui/interface.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Wed Dec 05 12:38:07 2012 +0000 +++ b/gui/interface.c Wed Dec 05 12:41:45 2012 +0000 @@ -897,7 +897,7 @@ // The file which contained the playlist is thereby replaced with it's contents. case GUI_PLAYLIST_ADD: - curr = (plItem *)listMgr(PLAYLIST_ITEM_GET_CURR, 0); + curr = listMgr(PLAYLIST_ITEM_GET_CURR, 0); while ((filename = pt_iter_get_next_file(pt_iter))) /* insert it into the list and set plCurrent=new item */