From 3899acbb3367984d66c7484a208b40a6851f4cc2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 20 Apr 2023 13:06:24 +0300 Subject: [PATCH] ; * src/fringe.c: Fix description of large circle. (Bug#62961) --- src/fringe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fringe.c b/src/fringe.c index 5fcb1b27272..ed257c073b9 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -211,14 +211,14 @@ static unsigned short right_curly_arrow_bits[] = { /* Large circle bitmap. */ /* - ........ ..xxxx.. .xxxxxx. xxxxxxxx xxxxxxxx + xxxxxxxx + xxxxxxxx .xxxxxx. ..xxxx.. - ........ */ static unsigned short large_circle_bits[] = { 0x3c, 0x7e, 0xff, 0xff, 0xff, 0xff, 0x7e, 0x3c}; -- 2.39.5