ENH: add missing ;

This commit is contained in:
Bill Hoffman 2005-01-27 16:25:15 -05:00
parent 97a51d2172
commit df730d29de

View File

@ -69,7 +69,7 @@ void cmXCodeObject::Print(std::ostream& out)
out << j->first << " = " << j->second->m_String << ";\n";
}
cmXCodeObject::Indent(3, out);
out << "}\n";
out << "};\n";
}
else if(object->m_Type == OBJECT_REF)
{