diff options
Diffstat (limited to 'src/std/tcg.h')
-rw-r--r-- | src/std/tcg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/std/tcg.h b/src/std/tcg.h index 1cc1c925..1c9eeb4e 100644 --- a/src/std/tcg.h +++ b/src/std/tcg.h @@ -524,7 +524,7 @@ struct TCG_EfiSpecIdEventStruct { struct TCG_EfiSpecIdEventAlgorithmSize { u16 algorithmId; u16 digestSize; - } digestSizes[0]; + } digestSizes[]; /* u8 vendorInfoSize; u8 vendorInfo[0]; |