summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 6b1068dda8..7bbdf35834 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -99,7 +99,7 @@ static int inchar(char_u *buf, int maxlen, long wait_time);
/*
* Free and clear a buffer.
*/
- void
+ static void
free_buff(buffheader_T *buf)
{
buffblock_T *p, *np;