Fix build

Change-Id: I9b493fd5fc5c5f62f02bc5234ccca2a5118380b4
This commit is contained in:
Paul Lawrence 2014-12-04 14:54:18 -08:00
parent 7c442e1700
commit 731136ca36

View file

@ -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: