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

Commit e4d6feda authored by Howard Ro's avatar Howard Ro
Browse files

Fix a typo in ROLLBACK_ROOT_TRIGGERED enum

Test: no test needed for an enum change
Bug: 126934738
Fixes: 126934738
Change-Id: Iac673fbe6994c2cb5dcce36725630cbfde231826
parent 1c06abe4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1568,7 +1568,7 @@ message WatchdogRollbackOccurred {
        ROLLBACK_INITIATE = 1;
        ROLLBACK_SUCCESS = 2;
        ROLLBACK_FAILURE = 3;
        ROLLBACK_ROOT_TRIGGERED = 4;
        ROLLBACK_BOOT_TRIGGERED = 4;
    }
    optional RollbackType rollback_type = 1;