]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h
IntelSiliconPkg: Fixing syntax bug in IGD_OPREGION_HEADER
[mirror_edk2.git] / IntelSiliconPkg / Include / IndustryStandard / IgdOpRegion.h
index 4d5637c6ede4c55b56a627744013ec908e11f252..c66a45261a4801e94de76bb8a8e0886963d22d94 100644 (file)
@@ -50,7 +50,7 @@ typedef struct {
   UINT32 MBOX;          ///< Offset 0x58 Supported Mailboxes\r
   UINT32 DMOD;          ///< Offset 0x5C Driver Model\r
   UINT32 PCON;          ///< Offset 0x60 Platform Configuration\r
-  CHAR16 DVER[0x10]     ///< Offset 0x64 GOP Version\r
+  CHAR16 DVER[0x10];    ///< Offset 0x64 GOP Version\r
   UINT8  RM01[0x7C];    ///< Offset 0x84 Reserved Must be zero\r
 } IGD_OPREGION_HEADER;\r
 \r