summaryrefslogtreecommitdiff
path: root/com32/lib/sys/colortable.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/lib/sys/colortable.c')
-rw-r--r--com32/lib/sys/colortable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/lib/sys/colortable.c b/com32/lib/sys/colortable.c
index df6d9782..ab1c4246 100644
--- a/com32/lib/sys/colortable.c
+++ b/com32/lib/sys/colortable.c
@@ -4,6 +4,6 @@ static struct color_table default_color_table[] = {
{"default", "0", 0xffffffff, 0x00000000, SHADOW_NORMAL}
};
-struct color_table *console_color_table = &default_color_table;
+struct color_table *console_color_table = default_color_table;
int console_color_table_size =
(sizeof default_color_table / sizeof(struct color_table));