]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Corrected bad declaration.
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Jun 2009 05:15:51 +0000 (05:15 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 15 Jun 2009 05:15:51 +0000 (05:15 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8553 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/PciBusNoEnumerationDxe/PciEnumeratorSupport.c

index b763c6cce6b83d0a70b31e3605485fa11a935a27..421a92c8fce171b85be2a59e69974b28bbd9a0b6 100644 (file)
@@ -484,7 +484,7 @@ Returns:
 {\r
   PCI_IO_DEVICE                   *PciIoDevice;\r
   EFI_STATUS                      Status;\r
-  UINT32                          Value;\r
+  UINT                          Value;\r
   EFI_PCI_IO_PROTOCOL             *PciIo;\r
   UINT8                           Temp;\r
 \r