summaryrefslogtreecommitdiffstats
path: root/minui
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-01-04 03:02:17 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-04 03:02:17 +0100
commitf3819c271e34559b123bb6b52210923ef1b8f65a (patch)
treee4cd0f4ace324f5abe4e352a9bc12c6b574899d9 /minui
parentam 15f5fe1b: am f9dd42de: Merge "Don\'t abort on read_file if the file is missing." into klp-dev (diff)
parentam 617d1cad: Merge "minui: do not use flexible array initialization" (diff)
downloadandroid_bootable_recovery-f3819c271e34559b123bb6b52210923ef1b8f65a.tar
android_bootable_recovery-f3819c271e34559b123bb6b52210923ef1b8f65a.tar.gz
android_bootable_recovery-f3819c271e34559b123bb6b52210923ef1b8f65a.tar.bz2
android_bootable_recovery-f3819c271e34559b123bb6b52210923ef1b8f65a.tar.lz
android_bootable_recovery-f3819c271e34559b123bb6b52210923ef1b8f65a.tar.xz
android_bootable_recovery-f3819c271e34559b123bb6b52210923ef1b8f65a.tar.zst
android_bootable_recovery-f3819c271e34559b123bb6b52210923ef1b8f65a.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,