Skip to content

Commit 8bb9e46

Browse files
committedMay 11, 2016
Fix typo in the info printed by --version
1 parent 58b54cf commit 8bb9e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ static void print_allowed_options(const OptionList &allowed_options)
345345
static void print_version()
346346
{
347347
std::cout << PROJECT_NAME_C " " << g_version_hash
348-
<< "(" << porting::getPlatformName() << ") " << std::endl;
348+
<< " (" << porting::getPlatformName() << ")" << std::endl;
349349
#ifndef SERVER
350350
std::cout << "Using Irrlicht " << IRRLICHT_SDK_VERSION << std::endl;
351351
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.