mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
lint
This commit is contained in:
@@ -2044,9 +2044,10 @@ get_tagfname (
|
||||
return FAIL; // avoid duplicate file names
|
||||
}
|
||||
}
|
||||
} else
|
||||
STRLCPY(buf, ((char_u **)(tag_fnames.ga_data))[
|
||||
tnp->tn_hf_idx++], MAXPATHL);
|
||||
} else {
|
||||
STRLCPY(buf, ((char_u **)(tag_fnames.ga_data))[tnp->tn_hf_idx++],
|
||||
MAXPATHL);
|
||||
}
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user