diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-11-06 22:11:20 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-11-06 22:11:23 +0100 |
commit | a33161b02020d34baf210c2bd89201564d6d99f6 (patch) | |
tree | 06ec25c839cdeb81e8747a25738a8fc5f56c7827 /minui/font_10x18.h | |
parent | Make libminuitwrp compile (diff) | |
download | android_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 'minui/font_10x18.h')
-rw-r--r-- | minui/font_10x18.h | 2 |
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, |