- Fix another incorrect DbgPrint prototype.

svn path=/trunk/; revision=23488
This commit is contained in:
Alex Ionescu 2006-08-05 16:50:36 +00:00
parent 86e31ea51a
commit 3646d0b420

View file

@ -29,7 +29,7 @@
ULONG
__cdecl
DbgPrint(
IN PCH Format,
IN PCCH Format,
IN ...
);