]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/Library/DuetBdsLib/BdsPlatform.h
Add missing braces around initializer.
[mirror_edk2.git] / DuetPkg / Library / DuetBdsLib / BdsPlatform.h
index 564d488c1ade59c88e9306537c41276aacd12cdd..4abb7b7f632a121c6b8c435faaa60b900b3ff0b6 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -73,11 +73,13 @@ extern VENDOR_DEVICE_PATH         gTerminalTypeDeviceNode;
 \r
 #define PCI_DEVICE_PATH_NODE(Func, Dev) \\r
   { \\r
-    HARDWARE_DEVICE_PATH, \\r
-    HW_PCI_DP, \\r
     { \\r
-      (UINT8) (sizeof (PCI_DEVICE_PATH)), \\r
-      (UINT8) ((sizeof (PCI_DEVICE_PATH)) >> 8) \\r
+      HARDWARE_DEVICE_PATH, \\r
+      HW_PCI_DP, \\r
+      { \\r
+        (UINT8) (sizeof (PCI_DEVICE_PATH)), \\r
+        (UINT8) ((sizeof (PCI_DEVICE_PATH)) >> 8) \\r
+      } \\r
     }, \\r
     (Func), \\r
     (Dev) \\r