summaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 32701fdc7..b735a13bb 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -2815,7 +2815,7 @@ mch_copy_sec(from_file, to_file)
char_u *from_file;
char_u *to_file;
{
- static const char const *smack_copied_attributes[] =
+ static const char * const smack_copied_attributes[] =
{
XATTR_NAME_SMACK,
XATTR_NAME_SMACKEXEC,