From d0caefee7e2a45aebf14a6911021c7af9aed2a9f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 25 Jan 2026 23:08:40 +0100 Subject: Add chess MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv_flipped.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcharconv_flipped.c') diff --git a/libcharconv_flipped.c b/libcharconv_flipped.c index be18209..2595da8 100644 --- a/libcharconv_flipped.c +++ b/libcharconv_flipped.c @@ -6,7 +6,7 @@ static struct { uint_least32_t a; uint_least32_t b; } pairs[] = { - {0x00A1, 0x0021}, + {UINT32_C(0x00A1), UINT32_C(0x0021)}, {UINT32_C(0xA4EF), (uint_least32_t)'A'}, {UINT32_C(0xA4D5), (uint_least32_t)'Y'}, /* the one in letterlike is sans-serif */ {UINT32_C(0xA4F5), (uint_least32_t)'U'}, -- cgit v1.2.3-70-g09d2