summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-26 17:08:03 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-26 17:08:03 +0100
commite0aa23f7e3cc389251ecb3266926ac7d83056b1b (patch)
tree4f0c6e2b02429180e926d2af5065f2e0cf8e5c95 /src/ex_cmds.c
parenta3571ebef5a2969d16e3e202ec4bca8858aca6ba (diff)
patch 8.0.1347: MS-Windows: build broken by misplaced curlyv8.0.1347
Problem: MS-Windows: build broken by misplaced curly. Solution: Move curly after #endif
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r--src/ex_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index e95580c30d..fc55815517 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -2052,8 +2052,8 @@ write_viminfo(char_u *file, int forceit)
/* can't stat the file, set conservative permissions */
(void)mch_setperm(tempname, 0600);
}
- }
#endif
+ }
/*
* Check if the new viminfo file can be written to.