aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 55ceacf..222d1a9 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -111,7 +111,7 @@ enum action {
SEL_QUITCTX,
SEL_QUITCD,
SEL_QUIT,
- SEL_QUITFAIL,
+ SEL_QUITERR,
#ifndef NOMOUSE
SEL_CLICK,
#endif
@@ -270,7 +270,7 @@ static struct key bindings[] = {
/* Quit */
{ CONTROL('Q'), SEL_QUIT },
/* Quit with an error code */
- { 'Q', SEL_QUITFAIL },
+ { 'Q', SEL_QUITERR },
#ifndef NOMOUSE
{ KEY_MOUSE, SEL_CLICK },
#endif