THRIFT-460: fixes constant structs

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@766933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
T Jake Luciani 2009-04-21 00:50:11 +00:00
parent aac5bd4b13
commit fae0e78158

View File

@ -386,6 +386,7 @@ string t_perl_generator::render_const_value(t_type* type, t_const_value* value)
out << render_const_value(g_type_string, v_iter->first);
out << " => ";
out << render_const_value(field_type, v_iter->second);
out << ",";
out << endl;
}