summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h')
-rw-r--r--EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h
index bee321d7d7..7eec2bb782 100644
--- a/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h
+++ b/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Variable/Variable.h
@@ -34,7 +34,7 @@ Abstract:
// Global ID for the Variable Architectural Protocol
//
#define EFI_VARIABLE_ARCH_PROTOCOL_GUID \
- { 0x1e5668e2, 0x8481, 0x11d4, 0xbc, 0xf1, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 }
+ { 0x1e5668e2, 0x8481, 0x11d4, {0xbc, 0xf1, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81} }
extern EFI_GUID gEfiVariableArchProtocolGuid;