diff options
author | sabetts <sabetts> | 2005-02-01 02:34:54 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2005-02-01 02:34:54 +0000 |
commit | 5ca56caf690c1d4ed4d7b4e8d638f7545caea078 (patch) | |
tree | a075604a9e6c484c0d4515053c49832702b419a5 /src | |
parent | 0bdabfc3cbd3965ad3cc4863c8f7abe328475bbc (diff) | |
download | ratpoison-5ca56caf690c1d4ed4d7b4e8d638f7545caea078.zip |
*** empty log message ***
Diffstat (limited to 'src')
-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 */ |