From 5298bf9c053e978569750ad2f2e3d915adb347d5 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Wed, 9 Jun 2004 20:39:41 +0000 Subject: [PATCH] added \n for DPRINT svn path=/trunk/; revision=9648 --- reactos/subsys/win32k/dib/dib24bpp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/dib/dib24bpp.c b/reactos/subsys/win32k/dib/dib24bpp.c index 22336937cfe..709c67a36ac 100644 --- a/reactos/subsys/win32k/dib/dib24bpp.c +++ b/reactos/subsys/win32k/dib/dib24bpp.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: dib24bpp.c,v 1.27 2004/05/14 22:56:17 gvg Exp $ */ +/* $Id: dib24bpp.c,v 1.28 2004/06/09 20:39:41 sedwards Exp $ */ #include VOID @@ -200,7 +200,7 @@ DIB_24BPP_BitBltSrcCopy( SURFOBJ *DestSurf, SURFOBJ *SourceSurf, else { /* FIXME */ - DPRINT1("DIB_24BPP_Bitblt: Unhandled ColorTranslation for 16 -> 16 copy"); + DPRINT1("DIB_24BPP_Bitblt: Unhandled ColorTranslation for 16 -> 16 copy\n"); return FALSE; } break;