diff --git a/src/ctl-commands.c b/src/ctl-commands.c index 3d47ac1..4ddfaf8 100644 --- a/src/ctl-commands.c +++ b/src/ctl-commands.c @@ -50,7 +50,7 @@ struct cmd_info ctl_command_list[] = { { { "id", "The ID of the client to disconnect", - "", true }, + "", true }, {}, } }, @@ -67,7 +67,7 @@ struct cmd_info ctl_command_list[] = { { { "output-name", "The specific output name to capture", - "", true }, + "", true }, {}, } }, @@ -80,16 +80,16 @@ struct cmd_info ctl_command_list[] = { #define CLIENT_EVENT_PARAMS(including) \ { "id", \ "A unique identifier for this client", \ - "" }, \ + "" }, \ { "connection_count", \ "The total number of connected VNC clients " including " this one.", \ - "" }, \ + "" }, \ { "hostname", \ "The hostname or IP address of this client (may be null)", \ "" }, \ { "username", \ "The username used to authentice this client (may be null).", \ - "" }, \ + "" }, \ {}, struct cmd_info ctl_event_list[] = { @@ -98,7 +98,7 @@ struct cmd_info ctl_event_list[] = { { { "output-name", "The name of the output now being captured", - "" }, + "" }, {}, }, },