From 3646d0b4202d1da715599d4cb213491aaa621cf8 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sat, 5 Aug 2006 16:50:36 +0000 Subject: [PATCH] - Fix another incorrect DbgPrint prototype. svn path=/trunk/; revision=23488 --- reactos/include/reactos/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/reactos/debug.h b/reactos/include/reactos/debug.h index 9f2f4c3b0d1..297edefe851 100644 --- a/reactos/include/reactos/debug.h +++ b/reactos/include/reactos/debug.h @@ -29,7 +29,7 @@ ULONG __cdecl DbgPrint( - IN PCH Format, + IN PCCH Format, IN ... );