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

Commit 37b0d41f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix an issue with C-compatibility due to a missing tag name"

parents 7ca7680e 84fac2c5
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,