mirror of
https://github.com/reactos/reactos.git
synced 2026-07-04 21:44:35 +08:00
Fix a very small typo - "VfatFormat() done" to "VfatxFormat() done"
svn path=/trunk/; revision=14192
This commit is contained in:
@@ -162,7 +162,7 @@ VfatxFormat (PUNICODE_STRING DriveRoot,
|
||||
Callback (DONE, 0, (PVOID)&Context.Success);
|
||||
}
|
||||
|
||||
DPRINT("VfatFormat() done. Status 0x%.08x\n", Status);
|
||||
DPRINT("VfatxFormat() done. Status 0x%.08x\n", Status);
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user