From 73e6ff151988bd24232774d0df40a4a7501a7cee Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 23 Oct 2014 18:51:12 +0000 Subject: [PATCH] [PCIX] * PciIdPrintfAppend is a vararg too. svn path=/trunk/; revision=64936 --- reactos/drivers/bus/pcix/pci/id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/bus/pcix/pci/id.c b/reactos/drivers/bus/pcix/pci/id.c index 1ffa5b99349..ec03fdf1356 100644 --- a/reactos/drivers/bus/pcix/pci/id.c +++ b/reactos/drivers/bus/pcix/pci/id.c @@ -153,7 +153,7 @@ PciIdPrintf(IN PPCI_ID_BUFFER IdBuffer, } ULONG -NTAPI +__cdecl PciIdPrintfAppend(IN PPCI_ID_BUFFER IdBuffer, IN PCCH Format, ...) -- 2.17.1