We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b54cf commit 8bb9e46Copy full SHA for 8bb9e46
src/main.cpp
@@ -345,7 +345,7 @@ static void print_allowed_options(const OptionList &allowed_options)
345
static void print_version()
346
{
347
std::cout << PROJECT_NAME_C " " << g_version_hash
348
- << "(" << porting::getPlatformName() << ") " << std::endl;
+ << " (" << porting::getPlatformName() << ")" << std::endl;
349
#ifndef SERVER
350
std::cout << "Using Irrlicht " << IRRLICHT_SDK_VERSION << std::endl;
351
#endif
0 commit comments