projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58b54cf
)
Fix typo in the info printed by --version
author
Craig Robbins
<kde.psych@gmail.com>
Wed, 11 May 2016 13:20:20 +0000
(23:20 +1000)
committer
Craig Robbins
<kde.psych@gmail.com>
Wed, 11 May 2016 13:20:20 +0000
(23:20 +1000)
src/main.cpp
patch
|
blob
|
history
diff --git
a/src/main.cpp
b/src/main.cpp
index 7f11c6b464fdb3cf903df4c45bf7fca18846042e..1b95a9f1c7cf606ec87f16e9fe01b908cf1d4551 100644
(file)
--- a/
src/main.cpp
+++ b/
src/main.cpp
@@
-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