summaryrefslogtreecommitdiff
path: root/src/proto/window.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-17 18:24:35 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-17 18:24:35 +0200
commitb9cdb37176a163f5047e149c3b568eee9883157c (patch)
tree7d87703ffde0b3dd1ac811e1883415a168ce60bb /src/proto/window.pro
parent2b00b9b0f355421fdb49e3a15f5a62af657d1922 (diff)
downloadvim-git-b9cdb37176a163f5047e149c3b568eee9883157c.tar.gz
patch 8.1.1182: some function prototypes are outdatedv8.1.1182
Problem: Some function prototypes are outdated. Solution: Update function prototypes. (Ken Takata, closes #4267)
Diffstat (limited to 'src/proto/window.pro')
-rw-r--r--src/proto/window.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/window.pro b/src/proto/window.pro
index 5020b2f03..5da322e28 100644
--- a/src/proto/window.pro
+++ b/src/proto/window.pro
@@ -38,7 +38,7 @@ void win_goto(win_T *wp);
win_T *win_find_nr(int winnr);
tabpage_T *win_find_tabpage(win_T *win);
win_T *win_vert_neighbor(tabpage_T *tp, win_T *wp, int up, long count);
-win_T *win_horz_neighbor(tabpage_T *tp, win_T * wp, int left, long count);
+win_T *win_horz_neighbor(tabpage_T *tp, win_T *wp, int left, long count);
void win_enter(win_T *wp, int undo_sync);
win_T *buf_jump_open_win(buf_T *buf);
win_T *buf_jump_open_tab(buf_T *buf);