commit | e0aa23f7e3cc389251ecb3266926ac7d83056b1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 26 17:08:03 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 26 17:08:03 2017 +0100 |
tree | 4f0c6e2b02429180e926d2af5065f2e0cf8e5c95 | |
parent | a3571ebef5a2969d16e3e202ec4bca8858aca6ba [diff] [blame] |
patch 8.0.1347: MS-Windows: build broken by misplaced curly Problem: MS-Windows: build broken by misplaced curly. Solution: Move curly after #endif
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index e95580c..fc55815 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -2052,8 +2052,8 @@ /* can't stat the file, set conservative permissions */ (void)mch_setperm(tempname, 0600); } - } #endif + } /* * Check if the new viminfo file can be written to.