diff options
Diffstat (limited to 'src/list.c')
-rw-r--r-- | src/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list.c b/src/list.c index fc348672b..a0c710df6 100644 --- a/src/list.c +++ b/src/list.c @@ -53,7 +53,7 @@ list_rem_watch(list_T *l, listwatch_T *lwrem) * Just before removing an item from a list: advance watchers to the next * item. */ - void + static void list_fix_watch(list_T *l, listitem_T *item) { listwatch_T *lw; |