Mercurial > mplayer.hg
changeset 35561:8889d320734f
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Mon, 10 Dec 2012 13:54:56 +0000 |
parents | 1a2200a93ea8 |
children | 8b3791b648c6 |
files | gui/ui/actions.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/ui/actions.c Mon Dec 10 13:53:50 2012 +0000 +++ b/gui/ui/actions.c Mon Dec 10 13:54:56 2012 +0000 @@ -429,7 +429,7 @@ guiInfo.Chapter = 1; if (++guiInfo.Track > guiInfo.Tracks) { - guiInfo.Track = guiInfo.Tracks; + guiInfo.Track = guiInfo.Tracks; guiInfo.Chapter = guiInfo.Chapters; stop = True; }