summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c
index 5b490df..9ed0aee 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -2582,7 +2582,7 @@ cmd_escape (int interactive, struct cmdarg **args)
if (key->state != 0)
action->state = 0;
else
- action-state = RP_CONTROL_MASK;
+ action->state = RP_CONTROL_MASK;
}
/* Remove the grab on the current prefix key */