GUACAMOLE-422: Update comment style for consistency.
This commit is contained in:
parent
54f88531d4
commit
75c0deac1f
@ -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;
|
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, ",")
|
if (guac_socket_write_string(socket, ",")
|
||||||
|| __guac_socket_write_length_string(socket, GUACAMOLE_PROTOCOL_VERSION))
|
|| __guac_socket_write_length_string(socket, GUACAMOLE_PROTOCOL_VERSION))
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user