[MPlayer-cvslog] r33753 - trunk/mplayer.c

ib subversion at mplayerhq.hu
Tue Jun 28 11:23:16 CEST 2011


Author: ib
Date: Tue Jun 28 11:23:16 2011
New Revision: 33753

Log:
Cosmetic: Remove needless parentheses.

Modified:
   trunk/mplayer.c

Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c	Tue Jun 28 11:20:13 2011	(r33752)
+++ trunk/mplayer.c	Tue Jun 28 11:23:16 2011	(r33753)
@@ -3052,7 +3052,7 @@ int main(int argc, char *argv[])
     if (use_gui) {
         guiInit();
         guiGetEvent(guiSetContext, mpctx);
-        guiGetEvent(guiSetState, (void *)((gui_no_filename) ? GUI_STOP : GUI_PLAY));
+        guiGetEvent(guiSetState, (void *)(gui_no_filename ? GUI_STOP : GUI_PLAY));
     }
 #endif
 


More information about the MPlayer-cvslog mailing list