diff options
Diffstat (limited to 'src/textprop.c')
-rw-r--r-- | src/textprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index 309f3cb79..93787f3c4 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -668,7 +668,7 @@ f_prop_remove(typval_T *argvars, typval_T *rettv) /* * Common for f_prop_type_add() and f_prop_type_change(). */ - void + static void prop_type_set(typval_T *argvars, int add) { char_u *name; |