diff options
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", |