summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/911_chr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/911_chr.h')
-rw-r--r--src/mess/video/911_chr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/911_chr.h b/src/mess/video/911_chr.h
index fe72017cee9..06b4e9bc89c 100644
--- a/src/mess/video/911_chr.h
+++ b/src/mess/video/911_chr.h
@@ -75,7 +75,7 @@ enum
/* structure used to describe differences between national character sets and
US character set */
/* much more compact than defining the complete 128-char vector */
-struct char_override_t
+struct char_override_t
{
unsigned char char_index; /* char to replace */
unsigned short symbol_index; /* replacement symbol */