[PCIX]
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 23 Oct 2014 18:42:39 +0000 (18:42 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 23 Oct 2014 18:42:39 +0000 (18:42 +0000)
* PciIdPrintf is a vararg.

svn path=/trunk/; revision=64935

reactos/drivers/bus/pcix/pci/id.c

index 1a90a66..1ffa5b9 100644 (file)
@@ -118,7 +118,7 @@ PciInitIdBuffer(IN PPCI_ID_BUFFER IdBuffer)
 }
 
 ULONG
 }
 
 ULONG
-NTAPI
+__cdecl
 PciIdPrintf(IN PPCI_ID_BUFFER IdBuffer,
             IN PCCH Format,
             ...)
 PciIdPrintf(IN PPCI_ID_BUFFER IdBuffer,
             IN PCCH Format,
             ...)