fixup: lint errors

This commit is contained in:
Jan Edmund Lazo
2018-01-11 17:35:36 -05:00
parent 534abe4aaf
commit 273c7cfa2a

View File

@@ -2204,7 +2204,9 @@ static int path_get_absolute_path(const char_u *fname, char_u *buf,
if (force || !path_is_absolute_path(fname)) {
p = vim_strrchr(fname, '/');
#ifdef WIN32
if (p == NULL) p = vim_strrchr(fname, '\\');
if (p == NULL) {
p = vim_strrchr(fname, '\\');
}
#endif
if (p != NULL) {
// relative to root