summaryrefslogtreecommitdiffstats
path: root/minui/font_10x18.h
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-11-06 22:11:20 +0100
committerEthan Yonker <dees_troy@teamw.in>2014-11-06 22:11:23 +0100
commita33161b02020d34baf210c2bd89201564d6d99f6 (patch)
tree06ec25c839cdeb81e8747a25738a8fc5f56c7827 /minui/font_10x18.h
parentMake libminuitwrp compile (diff)
downloadandroid_bootable_recovery-a33161b02020d34baf210c2bd89201564d6d99f6.tar
android_bootable_recovery-a33161b02020d34baf210c2bd89201564d6d99f6.tar.gz
android_bootable_recovery-a33161b02020d34baf210c2bd89201564d6d99f6.tar.bz2
android_bootable_recovery-a33161b02020d34baf210c2bd89201564d6d99f6.tar.lz
android_bootable_recovery-a33161b02020d34baf210c2bd89201564d6d99f6.tar.xz
android_bootable_recovery-a33161b02020d34baf210c2bd89201564d6d99f6.tar.zst
android_bootable_recovery-a33161b02020d34baf210c2bd89201564d6d99f6.zip
Diffstat (limited to '')
-rw-r--r--minui/font_10x18.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/minui/font_10x18.h b/minui/font_10x18.h
index 29d705344..7f96465cc 100644
--- a/minui/font_10x18.h
+++ b/minui/font_10x18.h
@@ -3,7 +3,7 @@ struct {
unsigned height;
unsigned cwidth;
unsigned cheight;
- unsigned char rundata[2973];
+ unsigned char rundata[];
} font = {
.width = 960,
.height = 18,