Merge "minui: do not use flexible array initialization"

This commit is contained in:
Nick Kralevich
2014-01-04 01:47:56 +00:00
committed by Gerrit Code Review

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,