libgo: Update to weekly.2011-12-06.

From-SVN: r182347
This commit is contained in:
Ian Lance Taylor 2011-12-14 22:27:04 +00:00
parent da3265662d
commit dc83cfd817
1 changed files with 1 additions and 1 deletions

View File

@ -4989,7 +4989,7 @@ Map_type::do_reflection(Gogo* gogo, std::string* ret) const
{
ret->append("map[");
this->append_reflection(this->key_type_, gogo, ret);
ret->append("] ");
ret->append("]");
this->append_reflection(this->val_type_, gogo, ret);
}