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

Commit 6bf02664 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

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

* commit 'ccaffa8d':
  Use char x[] rather than char x[0].
parents ba7a4e11 ccaffa8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,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.