mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +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,9 +252,10 @@ public I64 DiskCheck(U8 drv_let=0, Bool fix=FALSE, Bool confirm=TRUE)
|
|||
{
|
||||
if (fix)
|
||||
"It might be a little better. ";
|
||||
|
||||
"Copy files to another partition or CD/DVD, "
|
||||
"reformat, and copy back. "
|
||||
"Or, copy from a back-up.\n";
|
||||
"reformat, and copy back. "
|
||||
"Or, copy from a back-up.\n";
|
||||
}
|
||||
|
||||
return errs;
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue