mirror of
https://github.com/jarun/nnn.git
synced 2025-02-26 03:01:32 +00:00
Code refactor
This commit is contained in:
parent
1338922697
commit
4ff7ddc424
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ static char * const utils[] = {
|
||||||
#define STR_UNSAFE 5
|
#define STR_UNSAFE 5
|
||||||
#define STR_TMPFILE 6
|
#define STR_TMPFILE 6
|
||||||
|
|
||||||
static const char messages[][16] = {
|
static const char * const messages[] = {
|
||||||
"nftw failed",
|
"nftw failed",
|
||||||
"HOME not set",
|
"HOME not set",
|
||||||
"no traversal",
|
"no traversal",
|
||||||
|
|
Loading…
Add table
Reference in a new issue