minui: do not use flexible array initialization

Avoiding the use of gnu extensions improves code portability

Change-Id: I441a49ce08b6ecb1d735ca453552fa92026c5016
This commit is contained in:
synergy dev 2013-11-06 16:31:54 -08:00 committed by Synergy Dev
parent a370c0f7fe
commit a0ecc8c427

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,