diff options
author | Nick Kralevich <nnk@google.com> | 2014-01-04 03:02:17 +0100 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-01-04 03:02:17 +0100 |
commit | f3819c271e34559b123bb6b52210923ef1b8f65a (patch) | |
tree | e4cd0f4ace324f5abe4e352a9bc12c6b574899d9 | |
parent | am 15f5fe1b: am f9dd42de: Merge "Don\'t abort on read_file if the file is missing." into klp-dev (diff) | |
parent | am 617d1cad: Merge "minui: do not use flexible array initialization" (diff) | |
download | android_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 |
-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 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, |