Commit dc83cfd8 by Ian Lance Taylor

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

From-SVN: r182347
parent da326566
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment