Fix a very small typo - "VfatFormat() done" to "VfatxFormat() done"
Modified: trunk/reactos/lib/fslib/vfatxlib/vfatxlib.c
_____
Modified: trunk/reactos/lib/fslib/vfatxlib/vfatxlib.c
--- trunk/reactos/lib/fslib/vfatxlib/vfatxlib.c 2005-03-19 10:22:52 UTC
(rev 14191)
+++ trunk/reactos/lib/fslib/vfatxlib/vfatxlib.c 2005-03-19 17:11:15 UTC
(rev 14192)
@@ -162,7 +162,7 @@
Callback (DONE, 0, (PVOID)&Context.Success);
}
- DPRINT("VfatFormat() done. Status 0x%.08x\n", Status);
+ DPRINT("VfatxFormat() done. Status 0x%.08x\n", Status);
return Status;
}
Show replies by date