1
0
forked from aniani/vim

updated for version 7.4.259

Problem:    Warning for misplaced "const".
Solution:   Move the "const". (Yukihiro Nakadaira)
This commit is contained in:
Bram Moolenaar
2014-04-23 12:52:40 +02:00
parent c8836f7025
commit 62f167f716
2 changed files with 3 additions and 1 deletions

View File

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