mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-03-15 04:25:06 +00:00
Fix some code formatting.
This commit is contained in:
parent
d7aa45b882
commit
da8ca638f3
2 changed files with 3 additions and 2 deletions
|
@ -252,6 +252,7 @@ public I64 DiskCheck(U8 drv_let=0, Bool fix=FALSE, Bool confirm=TRUE)
|
||||||
{
|
{
|
||||||
if (fix)
|
if (fix)
|
||||||
"It might be a little better. ";
|
"It might be a little better. ";
|
||||||
|
|
||||||
"Copy files to another partition or CD/DVD, "
|
"Copy files to another partition or CD/DVD, "
|
||||||
"reformat, and copy back. "
|
"reformat, and copy back. "
|
||||||
"Or, copy from a back-up.\n";
|
"Or, copy from a back-up.\n";
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue