diff gui/wm/ws.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 b28b632efeef
line wrap: on
line diff
--- a/gui/wm/ws.c	Tue Apr 22 14:02:22 2014 +0000
+++ b/gui/wm/ws.c	Tue Apr 22 14:08:33 2014 +0000
@@ -1076,7 +1076,7 @@
         break;
 
     default:
-        ;
+        break;
     }
 
     if (r == -1 && g == -1 && b == -1) {