Author: suokko
Date: Tue Feb 26 15:08:17 2008
New Revision: 24080

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24080&view=rev
Log:
added missing semicolon

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=24080&r1=24079&r2=24080&view=diff
==============================================================================
--- trunk/src/serialization/tokenizer.hpp (original)
+++ trunk/src/serialization/tokenizer.hpp Tue Feb 26 15:08:17 2008
@@ -90,7 +90,7 @@
                                current_ = EOF;
                                return;
                        }
-               }while (UNLIKELY(current_ == '\r'))
+               }while (UNLIKELY(current_ == '\r'));
 #if 0
                // @todo: disabled untill campaign server is fixed
                if(LIKELY(in_.good())) {


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to