diff options
-rw-r--r-- | src/actions.c | 2 |
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 */ |