mocked_tpm: Add back missing paren

This was deleted in the previous commit and breaks building
with MOCK_TPM=1

BUG=chrome-os-partner:32698
BRANCH=all
TEST=build with MOCK_TPM=1

Change-Id: Ie437f9fb4c60161a95ca1cf992035858f02e3f19
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/227220
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
Duncan Laurie
2014-11-03 16:29:56 -08:00
committed by chrome-internal-fetch
parent 941e25fa59
commit f97d3879d0

View File

@@ -64,5 +64,6 @@ const char* kBootStateSHA1Digests[] = {
uint32_t SetTPMBootModeState(int developer_mode, int recovery_mode,
uint64_t fw_keyblock_flags,
GoogleBinaryBlockHeader *gbb)
{
return TPM_SUCCESS;
}