Browse Source

Fixed typo.

DjWarmonger 9 years ago
parent
commit
d775e40eba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/Client.cpp

+ 1 - 1
client/Client.cpp

@@ -370,7 +370,7 @@ void CClient::loadGame(const std::string & fname, const bool server, const std::
 // 			logGlobal->traceStream() << boost::format("\tindex=%5d, id=%5d; address=%5d, pos=%s, name=%s") % i % o->id % (int)o.get() % o->pos % o->getHoverText();
 // 		else
 // 			logGlobal->traceStream() << boost::format("\tindex=%5d --- nullptr") % i;
-// 	}f
+// 	}
 }
 #endif