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

Commit 731136ca authored by Paul Lawrence's avatar Paul Lawrence
Browse files

Fix build

Change-Id: I9b493fd5fc5c5f62f02bc5234ccca2a5118380b4
parent 7c442e17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ void set_verity_enabled_state_service(int fd, void* cookie)
    }
#else
    write_console(fd, "%s-verity only works for userdebug builds\n",
                  disabling ? "disable" : "enable");
                  enable ? "enable" : "disable");
#endif

errout: