aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index a55043ad673..c0cf06d5e46 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5468,7 +5468,7 @@ and redisplay normally--don't erase and redraw the frame. */)
5468 int ht = window_internal_height (w); 5468 int ht = window_internal_height (w);
5469 5469
5470 if (center_p) 5470 if (center_p)
5471 iarg = make_number (ht / 2); 5471 iarg = ht / 2;
5472 else if (iarg < 0) 5472 else if (iarg < 0)
5473 iarg += ht; 5473 iarg += ht;
5474 5474