am 27efc8f9: am 617d1cad: Merge "minui: do not use flexible array initialization"

* commit '27efc8f9d1711134051b45d28b2fc38bfb4c7dc6':
  minui: do not use flexible array initialization
This commit is contained in:
Nick Kralevich
2014-01-04 02:02:17 +00:00
committed by Android Git Automerger
+1 -1
View File
@@ -3,7 +3,7 @@ struct {
unsigned height;
unsigned cwidth;
unsigned cheight;
unsigned char rundata[];
unsigned char rundata[2973];
} font = {
.width = 960,
.height = 18,