Fix a preprocessor syntax error.

This commit is contained in:
Eric S. Raymond 2007-05-21 04:58:03 +00:00
parent c3a91cfc72
commit 448712a0a1

View file

@ -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";