commit | 27efc8f9d1711134051b45d28b2fc38bfb4c7dc6 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Fri Jan 03 17:52:46 2014 -0800 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Jan 03 17:52:46 2014 -0800 |
tree | 567ab0e0fcf8c59dd7701f79465fe69f4aad2ede | |
parent | 15f5fe1bcd2bf18b07f89d0cc58dcffb5bc1f932 [diff] | |
parent | 617d1cadc6e0e1e9fd46e0e6a8505f6f7f56a5f7 [diff] |
am 617d1cad: Merge "minui: do not use flexible array initialization" * commit '617d1cadc6e0e1e9fd46e0e6a8505f6f7f56a5f7': minui: do not use flexible array initialization
diff --git a/minui/font_10x18.h b/minui/font_10x18.h index 7f96465..29d7053 100644 --- a/minui/font_10x18.h +++ b/minui/font_10x18.h
@@ -3,7 +3,7 @@ unsigned height; unsigned cwidth; unsigned cheight; - unsigned char rundata[]; + unsigned char rundata[2973]; } font = { .width = 960, .height = 18,