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

Commit 28d3a432 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix an issue with C-compatibility due to a missing tag name" am: 37b0d41f

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1362857

Change-Id: I52f96d0d78c15d725c217e90dd08de369ea580b1
parents 0c1a2420 37b0d41f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ enum GGLFormatComponentIndex {
    GGL_INDEX_CR      = 2,
};

typedef struct {
typedef struct GGLFormat {
#ifdef __cplusplus
    enum {
        ALPHA   = GGL_INDEX_ALPHA,