diff options
author | Nick Kralevich <nnk@google.com> | 2014-01-04 02:52:46 +0100 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-01-04 02:52:46 +0100 |
commit | 27efc8f9d1711134051b45d28b2fc38bfb4c7dc6 (patch) | |
tree | 567ab0e0fcf8c59dd7701f79465fe69f4aad2ede | |
parent | am f9dd42de: Merge "Don\'t abort on read_file if the file is missing." into klp-dev (diff) | |
parent | Merge "minui: do not use flexible array initialization" (diff) | |
download | android_bootable_recovery-27efc8f9d1711134051b45d28b2fc38bfb4c7dc6.tar android_bootable_recovery-27efc8f9d1711134051b45d28b2fc38bfb4c7dc6.tar.gz android_bootable_recovery-27efc8f9d1711134051b45d28b2fc38bfb4c7dc6.tar.bz2 android_bootable_recovery-27efc8f9d1711134051b45d28b2fc38bfb4c7dc6.tar.lz android_bootable_recovery-27efc8f9d1711134051b45d28b2fc38bfb4c7dc6.tar.xz android_bootable_recovery-27efc8f9d1711134051b45d28b2fc38bfb4c7dc6.tar.zst android_bootable_recovery-27efc8f9d1711134051b45d28b2fc38bfb4c7dc6.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, |