am 617d1cad
: Merge "minui: do not use flexible array initialization"
* commit '617d1cadc6e0e1e9fd46e0e6a8505f6f7f56a5f7': minui: do not use flexible array initialization
This commit is contained in:
commit
27efc8f9d1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ struct {
|
|||
unsigned height;
|
||||
unsigned cwidth;
|
||||
unsigned cheight;
|
||||
unsigned char rundata[];
|
||||
unsigned char rundata[2973];
|
||||
} font = {
|
||||
.width = 960,
|
||||
.height = 18,
|
||||
|
|
Loading…
Reference in a new issue