GUACAMOLE-422: Update comment style for consistency.

This commit is contained in:
Nick Couchman 2019-04-17 15:03:27 -04:00
parent 54f88531d4
commit 75c0deac1f

View File

@ -94,7 +94,7 @@ static int __guac_protocol_send_args(guac_socket* socket, const char** args) {
if (guac_socket_write_string(socket, "4.args")) return -1;
// Send protocol version
/* Send protocol version ahead of other args. */
if (guac_socket_write_string(socket, ",")
|| __guac_socket_write_length_string(socket, GUACAMOLE_PROTOCOL_VERSION))
return -1;