mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Use static global
This commit is contained in:
parent
46b48cf71c
commit
54b2eb51d5
|
@ -696,7 +696,7 @@ static char mv[] = "mv -i";
|
|||
#endif
|
||||
|
||||
/* 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 */
|
||||
#define TOK_SSN 0
|
||||
|
|
Loading…
Reference in a new issue