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; }