mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix a very small typo - "VfatFormat() done" to "VfatxFormat() done"
svn path=/trunk/; revision=14192
This commit is contained in:
parent
229fed0315
commit
1ca3f8ce13
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ VfatxFormat (PUNICODE_STRING DriveRoot,
|
||||||
Callback (DONE, 0, (PVOID)&Context.Success);
|
Callback (DONE, 0, (PVOID)&Context.Success);
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINT("VfatFormat() done. Status 0x%.08x\n", Status);
|
DPRINT("VfatxFormat() done. Status 0x%.08x\n", Status);
|
||||||
|
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue