[ros-diffs] [ion] 23488: - Fix another incorrect DbgPrint prototype.
ion at svn.reactos.org
ion at svn.reactos.org
Sat Aug 5 18:50:36 CEST 2006
Author: ion
Date: Sat Aug 5 20:50:36 2006
New Revision: 23488
URL: http://svn.reactos.org/svn/reactos?rev=23488&view=rev
Log:
- Fix another incorrect DbgPrint prototype.
Modified:
trunk/reactos/include/reactos/debug.h
Modified: trunk/reactos/include/reactos/debug.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/debug.h?rev=23488&r1=23487&r2=23488&view=diff
==============================================================================
--- trunk/reactos/include/reactos/debug.h (original)
+++ trunk/reactos/include/reactos/debug.h Sat Aug 5 20:50:36 2006
@@ -29,7 +29,7 @@
ULONG
__cdecl
DbgPrint(
- IN PCH Format,
+ IN PCCH Format,
IN ...
);
More information about the Ros-diffs
mailing list