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

Commit 27efc8f9 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 617d1cad: Merge "minui: do not use flexible array initialization"

* commit '617d1cad':
  minui: do not use flexible array initialization
parents 15f5fe1b 617d1cad
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,