From 852932a934976643dd9ffb0e2f8cd322fbe95c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Fri, 12 Apr 2024 03:21:30 +0200 Subject: [PATCH] Fix typo --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.h b/src/util.h index af00a96..a563f9c 100644 --- a/src/util.h +++ b/src/util.h @@ -122,7 +122,7 @@ enum class ExtendedChar { LatinSmallLetterAWithCircumflex = 0x83, // ä LatinSmallLetterAWithDiaeresis = 0x84, - // á + // à LatinSmallLetterAWithGrave = 0x85, // å LatinSmallLetterAWithRingAbove = 0x86,