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

Commit 0d1004ad authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 6bf02664: am ccaffa8d: Merge "Use char x[] rather than char x[0]."

* commit '6bf02664':
  Use char x[] rather than char x[0].
parents b2a1f034 6bf02664
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ public:

private:
    int32_t mSize;
    char mData[0];
    char mData[];

    // You can't construct instances of this class directly because this is a
    // variable-sized object passed through the binder.