From 7ca7b3068c5f62f565436120416d4ba7affe7f7d Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Sat, 23 Jan 2021 19:26:24 -0700 Subject: [PATCH] Update arm9.c --- arm9/source/arm9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/arm9.c b/arm9/source/arm9.c index d8cff88..1a9fa02 100644 --- a/arm9/source/arm9.c +++ b/arm9/source/arm9.c @@ -212,7 +212,7 @@ int restoreNAND(nocash_footer_t *footer){ fseek(f, 0, SEEK_SET); iprintf("Restoring...\n"); - iprintf("Do not turn off the power,\n"); + iprintf("Do not turn off the power\n"); iprintf("or remove the SD card.\n"); iprintf("\x1b[16;0H"); iprintf("Progress: 0%%\nSectors written: 0\n");