From 6f50b3d6d20ea940685b73ec5cbae16c6811c11d Mon Sep 17 00:00:00 2001 From: kamikawa Date: Tue, 15 Apr 2008 07:46:30 +0000 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=8A=9B=E6=88=90=E5=8A=9F=E3=82=92?= =?UTF-8?q?=E7=A4=BA=E3=81=99=E6=96=87=E5=AD=97=E5=88=97=E3=81=AE=E6=9C=80?= =?UTF-8?q?=E5=BE=8C=E3=81=AB=E6=94=B9=E8=A1=8C=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E3=80=82Nightly=E8=87=AA=E5=8B=95=E3=83=86=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=81=AE=E9=83=BD=E5=90=88=E4=B8=8A=E5=BF=85=E8=A6=81=E3=81=A8?= =?UTF-8?q?=E3=81=AA=E3=82=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1143 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- .../NandInitializerRed/ARM9.TWL/src/process_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/systemMenu_RED/NandInitializerRed/ARM9.TWL/src/process_format.c b/build/systemMenu_RED/NandInitializerRed/ARM9.TWL/src/process_format.c index b76ebd9e..7a16e547 100644 --- a/build/systemMenu_RED/NandInitializerRed/ARM9.TWL/src/process_format.c +++ b/build/systemMenu_RED/NandInitializerRed/ARM9.TWL/src/process_format.c @@ -249,7 +249,7 @@ void* FormatProcess2(void) #ifdef USE_FOR_NIGHTLY_AUTO_TEST if (result) { - OS_Printf("NAND_CLEANUP_SUCCESS"); + OS_Printf("NAND_CLEANUP_SUCCESS\n"); } return ForeverLoopProcess; #endif //USE_FOR_NIGHTLY_AUTO_TEST