summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Häuser <Marvin.Haeuser@outlook.com>2018-02-27 23:25:11 +0100
committerJiewen Yao <jiewen.yao@intel.com>2018-02-28 09:14:26 +0800
commit4ee50c4a6b2c65d55be6c0868ac6d17c5b5f6642 (patch)
tree4d4f445f836a6abb753e9f3f464cd9dc773d1b36
parenta25caa524e86e3de45b577c195841c3f43beb649 (diff)
downloadedk2-platforms-4ee50c4a6b2c65d55be6c0868ac6d17c5b5f6642.tar.xz
MinPlatformPkg/TestPointCheckLib: Add missing braces to a GUID definition.
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
-rw-r--r--Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/TestPointInternal.h2
1 files changed, 1 insertions, 1 deletions
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;