From afbac35bba832431f19cb0934b6c0d7ba9a7f9a7 Mon Sep 17 00:00:00 2001 From: Gregory Heytings Date: Sat, 9 Jul 2022 00:12:42 +0200 Subject: [PATCH] Fix typo in 1792cbaddc. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index e130b23d9a1..84203f0ed0c 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -3499,7 +3499,7 @@ init_iterator (struct it *it, struct window *w, ptrdiff_t get_narrowed_begv (struct window *w) { - int len, begv; + int len; ptrdiff_t begv; len = (1 + ((window_body_width (w, WINDOW_BODY_IN_CANONICAL_CHARS) * window_body_height (w, WINDOW_BODY_IN_CANONICAL_CHARS)) / 10000)) * 10000; -- 2.39.2