commit | e874744e94e172d33edd91ccb0f5cdf5105b6be3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 12 18:09:29 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 12 18:09:29 2013 +0100 |
tree | 36b8e8ff0bfebdb52e1db30fe1665772f5d6fb9a | |
parent | 8f5610df7312023e2da5dc8f885e1b159a57dee2 [diff] [blame] |
updated for version 7.4.091 Problem: Missing semicolon. Solution: Add the semicolon.
diff --git a/src/fileio.c b/src/fileio.c index 9db984d..1d03016 100644 --- a/src/fileio.c +++ b/src/fileio.c
@@ -6708,7 +6708,7 @@ mch_free_acl(acl); #endif #ifdef HAVE_SELINUX - mch_copy_sec(from, to) + mch_copy_sec(from, to); #endif if (errmsg != NULL) {