Fix a preprocessor syntax error.
This commit is contained in:
parent
c3a91cfc72
commit
448712a0a1
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ int main(int argc, char** argv)
|
|||
} else if(val == "--version" || val == "-v") {
|
||||
std::cout << "Battle for Wesnoth "
|
||||
<< game_config::version
|
||||
#if defined(SVNREV) and defined(DO_DISPLAY_REVISION)
|
||||
#if defined(SVNREV) && defined(DO_DISPLAY_REVISION)
|
||||
<< " (" << game_config::svnrev << ")"
|
||||
#endif /* defined(SVNREV) and defined(DO_DISPLAY_REVISION) */
|
||||
<< "\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue