Fixed typo.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8133 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2011-03-31 01:10:08 +00:00
parent b548b1bc93
commit b14c8c9c86

View File

@@ -498,7 +498,6 @@ int NetworkHttp::versionToInt(const std::string &version_string)
+ 1000*99
+ 10*99
+ 9;
return ;
std::vector<std::string> l = StringUtils::split(version_string, '.');
if(l.size()!=3)