From a985f35f9734c7ef7390cfeb964196787b0f4a2a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 25 Jan 2019 10:41:12 +1000 Subject: Fix comment for XK_Ocaron MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by: Keve Müller Signed-off-by: Peter Hutterer --- include/X11/keysymdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/X11/keysymdef.h b/include/X11/keysymdef.h index 189f3f3..03687a7 100644 --- a/include/X11/keysymdef.h +++ b/include/X11/keysymdef.h @@ -1969,7 +1969,7 @@ SOFTWARE. #define XK_Ibreve 0x100012c /* U+012C LATIN CAPITAL LETTER I WITH BREVE */ #define XK_Zstroke 0x10001b5 /* U+01B5 LATIN CAPITAL LETTER Z WITH STROKE */ #define XK_Gcaron 0x10001e6 /* U+01E6 LATIN CAPITAL LETTER G WITH CARON */ -#define XK_Ocaron 0x10001d1 /* U+01D2 LATIN CAPITAL LETTER O WITH CARON */ +#define XK_Ocaron 0x10001d1 /* U+01D1 LATIN CAPITAL LETTER O WITH CARON */ #define XK_Obarred 0x100019f /* U+019F LATIN CAPITAL LETTER O WITH MIDDLE TILDE */ #define XK_xabovedot 0x1001e8b /* U+1E8B LATIN SMALL LETTER X WITH DOT ABOVE */ #define XK_ibreve 0x100012d /* U+012D LATIN SMALL LETTER I WITH BREVE */ -- cgit v1.2.3