0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.4.091

Problem:    Missing semicolon.
Solution:   Add the semicolon.
This commit is contained in:
Bram Moolenaar
2013-11-12 18:09:29 +01:00
parent 8f5610df73
commit e874744e94
2 changed files with 3 additions and 1 deletions

View File

@@ -6708,7 +6708,7 @@ vim_rename(from, to)
mch_free_acl(acl);
#endif
#ifdef HAVE_SELINUX
mch_copy_sec(from, to)
mch_copy_sec(from, to);
#endif
if (errmsg != NULL)
{