From 1ca3f8ce136f1fe75e416adf338e22ff55ee32b3 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sat, 19 Mar 2005 17:11:15 +0000 Subject: [PATCH] Fix a very small typo - "VfatFormat() done" to "VfatxFormat() done" svn path=/trunk/; revision=14192 --- reactos/lib/fslib/vfatxlib/vfatxlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/fslib/vfatxlib/vfatxlib.c b/reactos/lib/fslib/vfatxlib/vfatxlib.c index 38e4a77d300..c91f71ddf5d 100644 --- a/reactos/lib/fslib/vfatxlib/vfatxlib.c +++ b/reactos/lib/fslib/vfatxlib/vfatxlib.c @@ -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; }