« Previous | Next » 

Revision 0ea5c0cd

ID0ea5c0cdb0d87b5848cbe749598716bc62fd334a

Added by Stefan Weil about 12 years ago

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 <>
Signed-off-by: Stefan Hajnoczi <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences