diff gui/ui/actions.c @ 37061:a5c95b14d0db

Add a break statement (for the sake of clarity).
author ib
date Tue, 22 Apr 2014 14:08:33 +0000
parents 91f11a849d4d
children ae6e40640d94
line wrap: on
line diff
--- a/gui/ui/actions.c	Tue Apr 22 14:02:22 2014 +0000
+++ b/gui/ui/actions.c	Tue Apr 22 14:08:33 2014 +0000
@@ -458,6 +458,7 @@
         case 1:
         default:
             aspect = -1;
+            break;
         }
 
         snprintf(cmd, sizeof(cmd), "pausing_keep switch_ratio %f", aspect);