Author: cfinck Date: Sat Oct 17 12:13:48 2009 New Revision: 43526
URL: http://svn.reactos.org/svn/reactos?rev=43526&view=rev Log: Add a newline after KDBG is hit for the second time, so that the following SysregPrintf message can be properly detected by Testman's BuildBot Aggregator script.
Modified: trunk/tools/sysreg2/console.c
Modified: trunk/tools/sysreg2/console.c URL: http://svn.reactos.org/svn/reactos/trunk/tools/sysreg2/console.c?rev=43526&a... ============================================================================== --- trunk/tools/sysreg2/console.c [iso-8859-1] (original) +++ trunk/tools/sysreg2/console.c [iso-8859-1] Sat Oct 17 12:13:48 2009 @@ -179,6 +179,7 @@ else { /* We hit it yet another time, give up here */ + printf("\n"); Ret = EXIT_CONTINUE; goto cleanup; }