[MPlayer-cvslog] r37157 - in trunk/gui: ui/actions.c wm/ws.c

ib subversion at mplayerhq.hu
Tue Apr 22 16:08:34 CEST 2014


Author: ib
Date: Tue Apr 22 16:08:33 2014
New Revision: 37157

Log:
Add a break statement (for the sake of clarity).

Modified:
   trunk/gui/ui/actions.c
   trunk/gui/wm/ws.c

Modified: trunk/gui/ui/actions.c
==============================================================================
--- trunk/gui/ui/actions.c	Tue Apr 22 16:02:22 2014	(r37156)
+++ trunk/gui/ui/actions.c	Tue Apr 22 16:08:33 2014	(r37157)
@@ -458,6 +458,7 @@ play:
         case 1:
         default:
             aspect = -1;
+            break;
         }
 
         snprintf(cmd, sizeof(cmd), "pausing_keep switch_ratio %f", aspect);

Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c	Tue Apr 22 16:02:22 2014	(r37156)
+++ trunk/gui/wm/ws.c	Tue Apr 22 16:08:33 2014	(r37157)
@@ -1076,7 +1076,7 @@ void wsWindowBackground(wsWindow *win, i
         break;
 
     default:
-        ;
+        break;
     }
 
     if (r == -1 && g == -1 && b == -1) {


More information about the MPlayer-cvslog mailing list