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 bf24cee22..afbc7d395 100644 --- a/src/list.c +++ b/src/list.c @@ -620,7 +620,7 @@ list_append_tv(list_T *l, typval_T *tv) * As list_append_tv() but move the value instead of copying it. * Return FAIL when out of memory. */ - int + static int list_append_tv_move(list_T *l, typval_T *tv) { listitem_T *li = listitem_alloc(); |