Mercurial > mplayer.hg
changeset 36938:c53705079a9d
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Fri, 21 Mar 2014 15:13:44 +0000 |
parents | ad939f49bb28 |
children | 2f9f23ba7da8 |
files | gui/interface.c gui/ui/actions.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Fri Mar 21 15:12:37 2014 +0000 +++ b/gui/interface.c Fri Mar 21 15:13:44 2014 +0000 @@ -808,7 +808,7 @@ if (next) { uiSetFile(next->path, next->name, STREAMTYPE_FILE); guiInfo.MediumChanged = GUI_MEDIUM_NEW; - guiInfo.Track = (uintptr_t)listMgr(PLAYLIST_ITEM_GET_POS, next); + guiInfo.Track = (uintptr_t)listMgr(PLAYLIST_ITEM_GET_POS, next); } else { if (guiInfo.MediumChanged == GUI_MEDIUM_NEW) break;