Ticket #313: Fixed styling.

This commit is contained in:
James Muehlner 2013-05-23 00:02:42 -07:00
parent fb74c87e23
commit 8f1b5ae769

View File

@ -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;