1
0
forked from aniani/vim

patch 8.1.1182: some function prototypes are outdated

Problem:    Some function prototypes are outdated.
Solution:   Update function prototypes. (Ken Takata, closes #4267)
This commit is contained in:
Bram Moolenaar
2019-04-17 18:24:35 +02:00
parent 2b00b9b0f3
commit b9cdb37176
8 changed files with 21 additions and 7 deletions

View File

@@ -4302,7 +4302,7 @@ win_goto_ver(
* Returns the specified window if the neighbor is not found.
*/
win_T *
win_horz_neighbor(tabpage_T *tp, win_T * wp, int left, long count)
win_horz_neighbor(tabpage_T *tp, win_T *wp, int left, long count)
{
frame_T *fr;
frame_T *nfr;