minui: do not use flexible array initialization
Avoiding the use of gnu extensions improves code portability Change-Id: I441a49ce08b6ecb1d735ca453552fa92026c5016
This commit is contained in:
parent
a370c0f7fe
commit
a0ecc8c427
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