Author: tretiakov Date: Thu Mar 8 15:57:19 2007 New Revision: 26028
URL: http://svn.reactos.org/svn/reactos?rev=26028&view=rev Log: change dprint1 to dprint
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/obj... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/objects/dc.c (original) +++ trunk/reactos/subsystems/win32/win32k/objects/dc.c Thu Mar 8 15:57:19 2007 @@ -874,7 +874,7 @@ if (Driver != NULL && Driver->Buffer != NULL) { if (Driver!=NULL) - DPRINT1("NAME: %wZ\n", Driver); + DPRINT("NAME: %wZ\n", Driver); }
/* Allocate a DC object */