Author: ilor
Date: Sun Oct 12 21:04:40 2008
New Revision: 30097
URL: http://svn.gna.org/viewcvs/wesnoth?rev=30097&view=rev
Log:
fix missing ; in LOW_MEM, spotted by Friker
Modified:
trunk/src/leader_list.cpp
Modified: trunk/src/leader_list.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/leader_list.cpp?rev=30097&r1=30096&r2=30097&view=diff
==============================================================================
--- trunk/src/leader_list.cpp (original)
+++ trunk/src/leader_list.cpp Sun Oct 12 21:04:40 2008
@@ -263,7 +263,7 @@
std::string leader_list_manager::get_RC_suffix(const std::string& unit_colour)
const {
#ifdef LOW_MEM
- return ""
+ return "";
#else
return "~RC("+unit_colour+">"+lexical_cast<std::string>(colour_+1) +")";
#endif
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits