diff options
| author | 2019-01-20 22:12:43 +0530 | |
|---|---|---|
| committer | 2019-01-20 22:12:43 +0530 | |
| commit | 4ff7ddc42492606e23aa0d9fcd9e67f79471c6ac (patch) | |
| tree | 0881304e4b7a810ef2614edb10a4aa7684848dd3 /src/nnn.c | |
| parent | 1338922697f48ab1992d129224bfac83f10bb0a1 (diff) | |
| download | nnn-4ff7ddc42492606e23aa0d9fcd9e67f79471c6ac.tar.gz | |
Code refactor
Diffstat (limited to 'src/nnn.c')
| -rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |