From 4ee50c4a6b2c65d55be6c0868ac6d17c5b5f6642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20H=C3=A4user?= Date: Tue, 27 Feb 2018 23:25:11 +0100 Subject: MinPlatformPkg/TestPointCheckLib: Add missing braces to a GUID definition. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser Reviewed-by: Jiewen Yao --- .../MinPlatformPkg/Test/Library/TestPointCheckLib/TestPointInternal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/TestPointInternal.h b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/TestPointInternal.h index 82dfaed6b5..0a5d5113aa 100644 --- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/TestPointInternal.h +++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/TestPointInternal.h @@ -41,7 +41,7 @@ typedef struct { } TEST_POINT_SMM_COMMUNICATION_UEFI_GCD_MAP_INFO; #define TEST_POINT_SMM_COMMUNICATION_GUID { \ - 0x9cfa432a, 0x17cd, 0x4eb7, 0x96, 0x54, 0x2e, 0xb2, 0x5, 0x91, 0xef, 0x8f \ + 0x9cfa432a, 0x17cd, 0x4eb7, { 0x96, 0x54, 0x2e, 0xb2, 0x5, 0x91, 0xef, 0x8f } \ } extern EFI_GUID mTestPointSmmCommunciationGuid; -- cgit v1.2.3