aboutsummaryrefslogtreecommitdiff
path: root/client/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/commands.c')
-rw-r--r--client/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/commands.c b/client/commands.c
index 05b92d9..d2e53c8 100644
--- a/client/commands.c
+++ b/client/commands.c
@@ -50,7 +50,7 @@ void w2_send_mode(w2_e_mode mode) {
W2_CREATE_MSG_BIN(w2_s_cmd_sres_rx, msg, msg_bin);
msg->opcode = W2_CMD_SRES | W2_CMDDIR_RX;
- msg->type = W2_CMD_SRES_RX_TYPE_PREVMODE;
+ msg->type = W2_CMD_SRES_RX_TYPE_PREVMODE;
w2_send_bin(msg_bin);
free(msg_bin);