aboutsummaryrefslogtreecommitdiff
path: root/cmd-unbind-key.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-unbind-key.c')
-rw-r--r--cmd-unbind-key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-unbind-key.c b/cmd-unbind-key.c
index d65ac91a..4b9f39a6 100644
--- a/cmd-unbind-key.c
+++ b/cmd-unbind-key.c
@@ -42,7 +42,7 @@ const struct cmd_entry cmd_unbind_key_entry = {
static enum cmd_retval
cmd_unbind_key_exec(struct cmd *self, struct cmdq_item *item)
{
- struct args *args = self->args;
+ struct args *args = cmd_get_args(self);
key_code key;
const char *tablename;