summaryrefslogtreecommitdiffstats
path: root/minui
diff options
context:
space:
mode:
authorsynergy dev <synergye@codefi.re>2013-11-07 01:31:54 +0100
committerSynergy Dev <synergye@codefi.re>2013-11-26 04:21:13 +0100
commita0ecc8c4277c5c216915ee60b927aea972c95b25 (patch)
tree113d6b64cd6117cb91fef15fe702d0398a712789 /minui
parentam 3966c571: merge in klp-release (no-op) (diff)
downloadandroid_bootable_recovery-a0ecc8c4277c5c216915ee60b927aea972c95b25.tar
android_bootable_recovery-a0ecc8c4277c5c216915ee60b927aea972c95b25.tar.gz
android_bootable_recovery-a0ecc8c4277c5c216915ee60b927aea972c95b25.tar.bz2
android_bootable_recovery-a0ecc8c4277c5c216915ee60b927aea972c95b25.tar.lz
android_bootable_recovery-a0ecc8c4277c5c216915ee60b927aea972c95b25.tar.xz
android_bootable_recovery-a0ecc8c4277c5c216915ee60b927aea972c95b25.tar.zst
android_bootable_recovery-a0ecc8c4277c5c216915ee60b927aea972c95b25.zip
Diffstat (limited to 'minui')
-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 7f96465cc..29d705344 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[];
+ unsigned char rundata[2973];
} font = {
.width = 960,
.height = 18,