From 1dcdc42091024f9b47521a4d5133b7a58c673b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 3 Aug 2021 20:54:18 +0200 Subject: [PATCH] =?UTF-8?q?box-drawing:=20don=E2=80=99t=20inline=20horizon?= =?UTF-8?q?tal-one-eighth-block-N?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- box-drawing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box-drawing.c b/box-drawing.c index 8ed84f04..6b75519a 100644 --- a/box-drawing.c +++ b/box-drawing.c @@ -1831,7 +1831,7 @@ draw_dark_shade(struct buf *buf) } } -static void +static void NOINLINE draw_horizontal_one_eighth_block_n(struct buf *buf, int n) { double y = round((double)n * buf->height / 8.);