Skip to content

Commit

Permalink
Fix typo in the info printed by --version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno- committed May 11, 2016
1 parent 58b54cf commit 8bb9e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -345,7 +345,7 @@ static void print_allowed_options(const OptionList &allowed_options)
static void print_version()
{
std::cout << PROJECT_NAME_C " " << g_version_hash
<< "(" << porting::getPlatformName() << ") " << std::endl;
<< " (" << porting::getPlatformName() << ")" << std::endl;
#ifndef SERVER
std::cout << "Using Irrlicht " << IRRLICHT_SDK_VERSION << std::endl;
#endif
Expand Down

0 comments on commit 8bb9e46

Please sign in to comment.