aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index d2a29ef..064daa4 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -393,7 +393,7 @@ static char * const utils[] = {
#define STR_UNSAFE 5
#define STR_TMPFILE 6
-static const char messages[][16] = {
+static const char * const messages[] = {
"nftw failed",
"HOME not set",
"no traversal",