From a75dfe1a82a0df89f0c52ac6207c9ca4f220fa53 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Wed, 31 Mar 2004 21:21:30 +0000 Subject: [PATCH] fixed DbgPrint line ending svn path=/trunk/; revision=8939 --- reactos/subsys/win32k/dib/dib32bpp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/dib/dib32bpp.c b/reactos/subsys/win32k/dib/dib32bpp.c index d8a971f2ddc..ff9b19bafef 100644 --- a/reactos/subsys/win32k/dib/dib32bpp.c +++ b/reactos/subsys/win32k/dib/dib32bpp.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: dib32bpp.c,v 1.14 2004/03/28 23:25:48 navaraf Exp $ */ +/* $Id: dib32bpp.c,v 1.15 2004/03/31 21:21:30 weiden Exp $ */ #undef WIN32_LEAN_AND_MEAN #include #include @@ -227,7 +227,7 @@ DIB_32BPP_BitBltSrcCopy(SURFOBJ *DestSurf, SURFOBJ *SourceSurf, else { /* FIXME */ - DPRINT1("DIB_32BPP_Bitblt: Unhandled ColorTranslation for 32 -> 32 copy"); + DPRINT1("DIB_32BPP_Bitblt: Unhandled ColorTranslation (0x%x) for 32 -> 32 copy\n", ColorTranslation->flXlate); return FALSE; } break;