mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
ENH: add missing ;
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user