commit | 0ea5c0cdb0d87b5848cbe749598716bc62fd334a | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Sat Feb 25 14:57:03 2012 +0100 |
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Thu Mar 08 15:22:11 2012 +0000 |
tree | e932a20075cdaee364e2684fc7adfd63169e61b7 | |
parent | ba79c88604e3b602967705a66f683ff892980111 [diff] |
vnc: Add break statement This was not a bug, but it is not common practice to omit the break statement from the last case statement before an empty default case. Any change of the default case would introduce a bug. This was reported as a warning by splint. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>