fix newline

This commit is contained in:
SilicaAndPina 2019-11-13 00:44:28 +13:00
parent f211760752
commit b893d0181a
1 changed files with 1 additions and 1 deletions

View File

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