Added missing ; for DVER in IGD_OPREGION_HEADER

Cc: Jiewen Yao <jiewen....@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <giri.p.mudus...@intel.com>
---
 IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h 
b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
index 4d5637c..c66a452 100644
--- a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
+++ b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
@@ -50,7 +50,7 @@ typedef struct {
   UINT32 MBOX;          ///< Offset 0x58 Supported Mailboxes
   UINT32 DMOD;          ///< Offset 0x5C Driver Model
   UINT32 PCON;          ///< Offset 0x60 Platform Configuration
-  CHAR16 DVER[0x10]     ///< Offset 0x64 GOP Version
+  CHAR16 DVER[0x10];    ///< Offset 0x64 GOP Version
   UINT8  RM01[0x7C];    ///< Offset 0x84 Reserved Must be zero
 } IGD_OPREGION_HEADER;
 
-- 
2.9.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to