changeset 33665:69a8042c7017

Cosmetic: Remove needless parentheses.
author ib
date Tue, 28 Jun 2011 09:23:16 +0000
parents 4bdf796503ad
children 0f592e8530f1
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Tue Jun 28 09:20:13 2011 +0000
+++ b/mplayer.c	Tue Jun 28 09:23:16 2011 +0000
@@ -3052,7 +3052,7 @@
     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