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

Commit 617d1cad authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "minui: do not use flexible array initialization"

parents 40dfc474 a0ecc8c4
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,