]> git.proxmox.com Git - mirror_qemu.git/commit - ui/vnc-enc-hextile-template.h
vnc: Add break statement
authorStefan Weil <sw@weilnetz.de>
Sat, 25 Feb 2012 13:57:03 +0000 (14:57 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 8 Mar 2012 15:22:11 +0000 (15:22 +0000)
commit0ea5c0cdb0d87b5848cbe749598716bc62fd334a
treee932a20075cdaee364e2684fc7adfd63169e61b7
parentba79c88604e3b602967705a66f683ff892980111
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>
ui/vnc-enc-hextile-template.h