diff options
Diffstat (limited to 'MdePkg/Include/Ppi')
-rw-r--r-- | MdePkg/Include/Ppi/ReportStatusCodeHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Ppi/ReportStatusCodeHandler.h b/MdePkg/Include/Ppi/ReportStatusCodeHandler.h index 3bb5d677b4..d5111576d4 100644 --- a/MdePkg/Include/Ppi/ReportStatusCodeHandler.h +++ b/MdePkg/Include/Ppi/ReportStatusCodeHandler.h @@ -18,7 +18,7 @@ #define EFI_PEI_RSC_HANDLER_PPI_GUID \
{ \
0x65d394, 0x9951, 0x4144, \
- 0x82, 0xa3, 0xa, 0xfc, 0x85, 0x79, 0xc2, 0x51 \
+ {0x82, 0xa3, 0xa, 0xfc, 0x85, 0x79, 0xc2, 0x51} \
}
typedef
|