added missing newline

This commit is contained in:
Gunter Labes 2008-10-13 12:16:05 +00:00
parent d8b3043297
commit 1ef8c37590

View file

@ -585,7 +585,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<<;