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

Commit 7544dcf8 authored by Android Code Review's avatar Android Code Review
Browse files

Merge change I4a783af6

* changes:
  Fix obvious typo bug in egl.cpp
parents 30d843ae 97640b93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -692,7 +692,7 @@ static int isAttributeMatching(int i, EGLint attr, EGLint val)
                gConfigManagement,
                0, NELEM(gConfigManagement)-1,
                attr);
        if (index >= 0) {
        if (cfgMgtIndex >= 0) {
            bool match = gConfigManagement[cfgMgtIndex].match(
                    val, configFound[index].value);
            if (match) {