Add missing ;

This commit is contained in:
Dominic Bolin 2006-08-10 16:54:31 +00:00
parent b985e3d2f6
commit b7cddaea47

View File

@ -221,7 +221,7 @@ namespace events{
str << IMAGE_PREFIX << type->second.image(); str << IMAGE_PREFIX << type->second.image();
#ifndef LOW_MEM #ifndef LOW_MEM
str << "~TC(" << team << "," << type->second.flag_rgb() << ")" str << "~TC(" << team << "," << type->second.flag_rgb() << ")";
#endif #endif
str << COLUMN_SEPARATOR << type->second.language_name() << COLUMN_SEPARATOR << i->second << "\n"; str << COLUMN_SEPARATOR << type->second.language_name() << COLUMN_SEPARATOR << i->second << "\n";
table.push_back(str.str()); table.push_back(str.str());