summaryrefslogtreecommitdiff
path: root/src/table/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/unicode.h')
-rw-r--r--src/table/unicode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/unicode.h b/src/table/unicode.h
index 2bbd6624c..e94340d55 100644
--- a/src/table/unicode.h
+++ b/src/table/unicode.h
@@ -1,10 +1,10 @@
/* $Id$ */
-typedef struct DefaultUnicodeMapping {
+struct DefaultUnicodeMapping {
WChar code; ///< Unicode value
byte key; ///< Character index of sprite
-} DefaultUnicodeMapping;
+};
/* Default unicode mapping table for sprite based glyphs.