]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix build broken.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 Feb 2009 13:07:54 +0000 (13:07 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 Feb 2009 13:07:54 +0000 (13:07 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7651 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c

index 25fcc8293c12712dc2b7def8ec566f6bcfce67c0..6ff6335fda840cfd6023938ffd6c352b7687a6ef 100644 (file)
@@ -182,7 +182,7 @@ IsDevicePathEndType (
   )\r
 {\r
   ASSERT (Node != NULL);\r
-  return (BOOLEAN) (DevicePathType (Node)) == END_DEVICE_PATH_TYPE);\r
+  return (BOOLEAN) (DevicePathType (Node) == END_DEVICE_PATH_TYPE);\r
 }\r
 \r
 /**\r