mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Use static global
This commit is contained in:
parent
46b48cf71c
commit
54b2eb51d5
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ static char mv[] = "mv -i";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Archive commands */
|
/* Archive commands */
|
||||||
const char *archive_cmd[] = {"atool -a", "bsdtar -acvf", "zip -r", "tar -acvf"};
|
static const char *archive_cmd[] = {"atool -a", "bsdtar -acvf", "zip -r", "tar -acvf"};
|
||||||
|
|
||||||
/* Tokens used for path creation */
|
/* Tokens used for path creation */
|
||||||
#define TOK_SSN 0
|
#define TOK_SSN 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue