mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-07 11:13:40 -04:00
Fixed formatting
This commit is contained in:
parent
4694e3c79a
commit
cb9406f6a3
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue