mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
Move to a new line in EngDebugPrint.
svn path=/trunk/; revision=7503
This commit is contained in:
parent
09a23ffea3
commit
eda6d2e794
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue