diff options
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h b/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h index 3c684568eb..ff311ee4de 100644 --- a/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h +++ b/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h @@ -25,7 +25,7 @@ Abstract: #define EFI_DEBUG_ASSERT_PROTOCOL_GUID \
- { 0xbe499c92, 0x7d4b, 0x11d4, 0xbc, 0xee, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 }
+ { 0xbe499c92, 0x7d4b, 0x11d4, {0xbc, 0xee, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81} }
//
// Forward reference for pure ANSI compatability
|