added missing newline

This commit is contained in:
Gunter Labes 2008-11-11 22:44:15 +00:00
parent cb838c4896
commit 8e98cd3edd

View file

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