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

Commit aa6ee99e authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Fix unintentional fall-through in switch.

Test: compiles
Change-Id: I17f44cbe8e2c21ff54b4019604b4b9045bce2db6
parent 3c80f175
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -244,6 +244,8 @@ status_t BBinder::onTransact(
            if (resultReceiver != NULL) {
                resultReceiver->send(INVALID_OPERATION);
            }

            return NO_ERROR;
        }

        case SYSPROPS_TRANSACTION: {