aboutsummaryrefslogtreecommitdiff
path: root/src/parisc/sticore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parisc/sticore.h')
-rw-r--r--src/parisc/sticore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parisc/sticore.h b/src/parisc/sticore.h
index 0c5556b..658714b 100644
--- a/src/parisc/sticore.h
+++ b/src/parisc/sticore.h
@@ -224,7 +224,7 @@ struct sti_rom_font {
struct font {
struct sti_rom_font hdr;
- unsigned char font[16*256];
+ unsigned char font[];
};
/* STI font printing function structs */