summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-01-04 02:47:56 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-01-04 02:47:56 +0100
commit617d1cadc6e0e1e9fd46e0e6a8505f6f7f56a5f7 (patch)
tree0fc1f3949b4bbf425634c0c5188c9f1432880226
parentam c64e76c7: Merge "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add." into klp-dev (diff)
parentminui: do not use flexible array initialization (diff)
downloadandroid_bootable_recovery-617d1cadc6e0e1e9fd46e0e6a8505f6f7f56a5f7.tar
android_bootable_recovery-617d1cadc6e0e1e9fd46e0e6a8505f6f7f56a5f7.tar.gz
android_bootable_recovery-617d1cadc6e0e1e9fd46e0e6a8505f6f7f56a5f7.tar.bz2
android_bootable_recovery-617d1cadc6e0e1e9fd46e0e6a8505f6f7f56a5f7.tar.lz
android_bootable_recovery-617d1cadc6e0e1e9fd46e0e6a8505f6f7f56a5f7.tar.xz
android_bootable_recovery-617d1cadc6e0e1e9fd46e0e6a8505f6f7f56a5f7.tar.zst
android_bootable_recovery-617d1cadc6e0e1e9fd46e0e6a8505f6f7f56a5f7.zip
-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,