diff options
Diffstat (limited to 'input')
-rw-r--r-- | input/cmd_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c index 58c7601c84..5e1780c24c 100644 --- a/input/cmd_list.c +++ b/input/cmd_list.c @@ -209,7 +209,7 @@ const struct mp_cmd_def mp_cmds[] = { { MP_CMD_WRITE_WATCH_LATER_CONFIG, "write-watch-later-config", }, { MP_CMD_HOOK_ADD, "hook-add", { ARG_STRING, ARG_INT, ARG_INT } }, - { MP_CMD_HOOK_ACK, "hook-ack", { ARG_STRING } }, + { MP_CMD_HOOK_ACK, "hook-ack", { ARG_INT } }, { MP_CMD_MOUSE, "mouse", { ARG_INT, ARG_INT, // coordinate (x, y) |