aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 3ee220e1d27..265dafa6b80 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3614,7 +3614,7 @@ resize_window_check (struct window *w, int horflag)
3614 3614
3615 This function does not perform any error checks. Make sure you have 3615 This function does not perform any error checks. Make sure you have
3616 run resize_window_check on W before applying this function. */ 3616 run resize_window_check on W before applying this function. */
3617void 3617static void
3618resize_window_apply (struct window *w, int horflag) 3618resize_window_apply (struct window *w, int horflag)
3619{ 3619{
3620 struct window *c, *p; 3620 struct window *c, *p;