[MPlayer-cvslog] r34154 - trunk/gui/interface.c

ib subversion at mplayerhq.hu
Thu Sep 29 15:36:25 CEST 2011


Author: ib
Date: Thu Sep 29 15:36:25 2011
New Revision: 34154

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/gui/interface.c

Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	Thu Sep 29 15:35:31 2011	(r34153)
+++ trunk/gui/interface.c	Thu Sep 29 15:36:25 2011	(r34154)
@@ -769,7 +769,7 @@ int gui(int what, void *data)
         if (guiInfo.Playing && (next = listSet(gtkGetNextPlItem, NULL)) && (plLastPlayed != next)) {
             plLastPlayed = next;
             uiSetFileName(next->path, next->name, STREAMTYPE_FILE);
-            guiInfo.NewPlay    = GUI_FILE_NEW;
+            guiInfo.NewPlay = GUI_FILE_NEW;
             guiInfo.Track++;
         } else {
             if (guiInfo.NewPlay == GUI_FILE_NEW)


More information about the MPlayer-cvslog mailing list