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

Commit dcb68b77 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "fix a typo in ISurfaceTexture IPC code"

parents e52dcef5 2773004a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ status_t BnSurfaceTexture::onTransact(
        case DISCONNECT: {
            CHECK_INTERFACE(ISurfaceTexture, data, reply);
            int api = data.readInt32();
            status_t res = connect(api);
            status_t res = disconnect(api);
            reply->writeInt32(res);
            return NO_ERROR;
        } break;