box-drawing: oops - remove accidental ‘x’

This commit is contained in:
Daniel Eklöf 2020-12-29 11:39:10 +01:00
parent 4ac33f4f4e
commit 00d0e53a95
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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;