removed useless newline

This commit is contained in:
Gunter Labes 2009-03-31 19:56:34 +00:00
parent eea34de1c5
commit e3c96c20c9

View file

@ -592,7 +592,7 @@ namespace wesnothd {
if (!groups.empty())
{
out << "\nban groups:\n";
out << "\nban groups: ";
out << *groups.begin();
std::ostream& (*fn)(std::ostream&,const std::string&) = &std::operator<<;