From 00d0e53a9507df770bae46580f170b6d82cca9e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 29 Dec 2020 11:39:10 +0100 Subject: [PATCH] =?UTF-8?q?box-drawing:=20oops=20-=20remove=20accidental?= =?UTF-8?q?=20=E2=80=98x=E2=80=99?= 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 c409698d..91dd57f2 100644 --- a/box-drawing.c +++ b/box-drawing.c @@ -1508,7 +1508,7 @@ draw_glyph(wchar_t wc, uint8_t *buf, int width, int height, int stride, int dpi) } } -struct fcft_glyph * COLDx +struct fcft_glyph * COLD box_drawing(const struct terminal *term, wchar_t wc) { int width = term->cell_width;