Use static global

This commit is contained in:
Arun Prakash Jana 2021-06-08 20:50:09 +05:30
parent 46b48cf71c
commit 54b2eb51d5
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -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