Mercurial > mplayer.hg
changeset 35468:047fc4746236
Cosmetic: Adjust indent and move guiInfo member CodecName in structure.
author | ib |
---|---|
date | Sun, 02 Dec 2012 15:59:55 +0000 |
parents | 364387ae95f4 |
children | 539bfa51eb72 |
files | gui/interface.c gui/interface.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Sun Dec 02 15:56:19 2012 +0000 +++ b/gui/interface.c Sun Dec 02 15:59:55 2012 +0000 @@ -789,7 +789,7 @@ } if (guiInfo.Playing) - next = listMgr(PLAYLIST_ITEM_GET_NEXT, 0); + next = listMgr(PLAYLIST_ITEM_GET_NEXT, 0); if (guiInfo.Playing && next) { uiSetFile(next->path, next->name, STREAMTYPE_FILE);