[MPlayer-cvslog] r35655 - trunk/gui/ui/actions.c
ib
subversion at mplayerhq.hu
Mon Dec 10 14:54:56 CET 2012
Author: ib
Date: Mon Dec 10 14:54:56 2012
New Revision: 35655
Log:
Cosmetic: Adjust indent.
Modified:
trunk/gui/ui/actions.c
Modified: trunk/gui/ui/actions.c
==============================================================================
--- trunk/gui/ui/actions.c Mon Dec 10 14:53:50 2012 (r35654)
+++ trunk/gui/ui/actions.c Mon Dec 10 14:54:56 2012 (r35655)
@@ -429,7 +429,7 @@ void uiNext(void)
guiInfo.Chapter = 1;
if (++guiInfo.Track > guiInfo.Tracks) {
- guiInfo.Track = guiInfo.Tracks;
+ guiInfo.Track = guiInfo.Tracks;
guiInfo.Chapter = guiInfo.Chapters;
stop = True;
}
More information about the MPlayer-cvslog
mailing list