Author: shadowmaster
Date: Sun Jul 6 21:22:59 2008
New Revision: 27796
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27796&view=rev
Log:
* Replaced enum symbol CLOSE_BRACKED with CLOSE_BRACKET
Modified:
trunk/src/serialization/tokenizer.hpp
Modified: trunk/src/serialization/tokenizer.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/serialization/tokenizer.hpp?rev=27796&r1=27795&r2=27796&view=diff
==============================================================================
--- trunk/src/serialization/tokenizer.hpp (original)
+++ trunk/src/serialization/tokenizer.hpp Sun Jul 6 21:22:59 2008
@@ -45,7 +45,7 @@
PLUS = '+',
SLASH = '/',
OPEN_BRACKET = '[',
- CLOSE_BRACKED = ']',
+ CLOSE_BRACKET = ']',
UNDERSCORE = '_',
END
} type;
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits