0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.0.1347: MS-Windows: build broken by misplaced curly

Problem:    MS-Windows: build broken by misplaced curly.
Solution:   Move curly after #endif
This commit is contained in:
Bram Moolenaar
2017-11-26 17:08:03 +01:00
parent a3571ebef5
commit e0aa23f7e3
2 changed files with 3 additions and 1 deletions

View File

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