From b893d0181a75543bcb0851153e69f14042bb1553 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Wed, 13 Nov 2019 00:44:28 +1300 Subject: [PATCH] fix newline --- app/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.c b/app/main.c index 88457a6..a23d5ee 100644 --- a/app/main.c +++ b/app/main.c @@ -194,7 +194,7 @@ int backup_act() vshIoUmount(0xC00, 1, 0, 0); _vshIoMount(0xC00, 0, 1, buf); - printf("Done, backup at pd0:/data and ux0:/data\n\nPLEASE KEEP THESE FILES SAFE!!!"); + printf("Done, backup at pd0:/data and ux0:/data\nPLEASE KEEP THESE FILES SAFE!!!\n\n"); return ret; }