mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-03-13 09:12:27 +01:00
Fixed formatting
This commit is contained in:
parent
4694e3c79a
commit
cb9406f6a3
@ -287,8 +287,7 @@ GMainWindow::GMainWindow(Core::System& system_)
|
||||
}
|
||||
|
||||
if (args[i] == QStringLiteral("--version") || args[i] == QStringLiteral("-v")) {
|
||||
const std::string version_string =
|
||||
std::string("Azahar ") + Common::g_build_fullname;
|
||||
const std::string version_string = std::string("Azahar ") + Common::g_build_fullname;
|
||||
ShowCommandOutput("Version", version_string);
|
||||
exit(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user