add missing space separator

This commit is contained in:
Mathieu Lacage
2007-10-23 13:38:03 +02:00
parent 228150cd72
commit 7aede726ca

View File

@@ -71,7 +71,7 @@ PacketPrinter::PrintChunk (uint32_t chunkUid,
// if the over did not override this type of chunk,
// we print something by default.
std::string name = ChunkRegistry::GetName (chunkUid, instance);
os << name;
os << name << " ";
ChunkRegistry::Print (chunkUid, instance, os);
}
void