aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-20 22:12:43 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-20 22:12:43 +0530
commit4ff7ddc42492606e23aa0d9fcd9e67f79471c6ac (patch)
tree0881304e4b7a810ef2614edb10a4aa7684848dd3
parent1338922697f48ab1992d129224bfac83f10bb0a1 (diff)
downloadnnn-4ff7ddc42492606e23aa0d9fcd9e67f79471c6ac.tar.gz
Code refactor
-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",