From ab694621f5961d3ef6909373f7df4baceaaea746 Mon Sep 17 00:00:00 2001 From: Norrec Date: Thu, 7 Apr 2016 09:08:18 +0200 Subject: [PATCH] break statement out of case --- libvncclient/rfbproto.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libvncclient/rfbproto.c b/libvncclient/rfbproto.c index 187a56a..d7ef248 100644 --- a/libvncclient/rfbproto.c +++ b/libvncclient/rfbproto.c @@ -1962,7 +1962,8 @@ HandleRFBServerMessage(rfbClient* client) y += linesToRead; } - } break; + break; + } case rfbEncodingCopyRect: {