From 8f1b5ae769847107f8c226f4afdb699a8d240fd1 Mon Sep 17 00:00:00 2001 From: James Muehlner Date: Thu, 23 May 2013 00:02:42 -0700 Subject: [PATCH] Ticket #313: Fixed styling. --- protocols/vnc/src/guac_handlers.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocols/vnc/src/guac_handlers.c b/protocols/vnc/src/guac_handlers.c index 67e94b96..f3b2fd49 100644 --- a/protocols/vnc/src/guac_handlers.c +++ b/protocols/vnc/src/guac_handlers.c @@ -106,7 +106,8 @@ int vnc_guac_client_clipboard_handler(guac_client* client, char* data) { SendClientCutText(rfb_client, iso_8559_1_data, strlen(iso_8559_1_data)); free(iso_8559_1_data); /* Otherwise, just send an empty string. */ - } else + } + else SendClientCutText(rfb_client, "", 0); return 0;