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

Commit c29aff25 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 0450086a: Merge "Fix format name typo"

# Via Android (Google) Code Review (1) and Romain Guy (1)
* commit '0450086a':
  Fix format name typo
parents 5c8fe3d4 0450086a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ struct RenderBuffer {
            case GL_DEPTH_COMPONENT16:
                return "DEPTH_16";
            case GL_RGBA4:
                return "RGBA_444";
                return "RGBA_4444";
            case GL_RGB565:
                return "RGB_565";
            case GL_RGB5_A1: