From 1e4d1cd885fcff9e50ebb8dde11ec844a11e6fbc Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Fri, 14 May 2004 16:50:44 +0000 Subject: [PATCH] - Fix DPRINT. svn path=/trunk/; revision=9382 --- reactos/subsys/win32k/objects/bitmaps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/objects/bitmaps.c b/reactos/subsys/win32k/objects/bitmaps.c index 16e85a93420..0afe6efd6af 100644 --- a/reactos/subsys/win32k/objects/bitmaps.c +++ b/reactos/subsys/win32k/objects/bitmaps.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: bitmaps.c,v 1.72 2004/05/10 17:07:20 weiden Exp $ */ +/* $Id: bitmaps.c,v 1.73 2004/05/14 16:50:44 navaraf Exp $ */ #include #define IN_RECT(r,x,y) \ @@ -518,7 +518,7 @@ NtGdiCreateCompatibleBitmap( Dc = DC_LockDc(hDC); - DPRINT("NtGdiCreateCompatibleBitmap(%04x,%d,%d, bpp:%d) = \n", hDC, Width, Height, dc->w.bitsPerPixel); + DPRINT("NtGdiCreateCompatibleBitmap(%04x,%d,%d, bpp:%d) = \n", hDC, Width, Height, Dc->w.bitsPerPixel); if (NULL == Dc) {