Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0ecc8c4 authored by synergy dev's avatar synergy dev Committed by Synergy Dev
Browse files

minui: do not use flexible array initialization

Avoiding the use of gnu extensions improves code portability

Change-Id: I441a49ce08b6ecb1d735ca453552fa92026c5016
parent a370c0f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ struct {
  unsigned height;
  unsigned cwidth;
  unsigned cheight;
  unsigned char rundata[];
  unsigned char rundata[2973];
} font = {
  .width = 960,
  .height = 18,