diff --git a/base/system/format/format.c b/base/system/format/format.c index 6685200e479..0d7e642c598 100644 --- a/base/system/format/format.c +++ b/base/system/format/format.c @@ -562,6 +562,7 @@ int wmain(int argc, WCHAR *argv[]) FormatEx(RootDirectory, media, FileSystem, Label, QuickFormat, ClusterSize, FormatExCallback); if (Error) return -1; + ConPuts(StdOut, L"\n"); ConResPuts(StdOut, STRING_FMT_COMPLETE); //