Skip to content

Commit 074a672

Browse files
committed
Add missing newline in 7zz
Closes #458
1 parent a1b897e commit 074a672

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CPP/7zip/UI/Console/Main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@ int Main2(
885885

886886
if (commandStrings.Size() == 1 && commandStrings[0] == L"--version") {
887887
*g_StdStream << kVersionString;
888+
*g_StdStream << "\n";
888889
return 0;
889890
}
890891

0 commit comments

Comments
 (0)