summaryrefslogtreecommitdiffstats
path: root/src/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.c')
-rw-r--r--src/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.c b/src/channel.c
index 47c742d830..9c23bf47b9 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -3025,7 +3025,7 @@ channel_has_readahead(channel_T *channel, ch_part_T part)
* Return a string indicating the status of the channel.
* If "req_part" is not negative check that part.
*/
- char *
+ static char *
channel_status(channel_T *channel, int req_part)
{
ch_part_T part;