diff options
-rw-r--r-- | Source/cmXCodeObject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXCodeObject.cxx b/Source/cmXCodeObject.cxx index 8718c11..e364687 100644 --- a/Source/cmXCodeObject.cxx +++ b/Source/cmXCodeObject.cxx @@ -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) { |