From eda6d2e794eff4da719e862bc046b5defd8ab4f2 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Wed, 7 Jan 2004 19:24:37 +0000 Subject: [PATCH] Move to a new line in EngDebugPrint. svn path=/trunk/; revision=7503 --- reactos/subsys/win32k/eng/debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/subsys/win32k/eng/debug.c b/reactos/subsys/win32k/eng/debug.c index a94b8344261..cacc954f161 100644 --- a/reactos/subsys/win32k/eng/debug.c +++ b/reactos/subsys/win32k/eng/debug.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: debug.c,v 1.6 2003/11/05 22:46:05 gvg Exp $ +/* $Id: debug.c,v 1.7 2004/01/07 19:24:37 navaraf Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -39,5 +39,6 @@ EngDebugPrint(PCHAR StandardPrefix, { DbgPrint(StandardPrefix); DbgPrint(DebugMessage, ap); + DbgPrint("\n"); } /* EOF */