summaryrefslogtreecommitdiffstats
path: root/Source/cmXCodeObject.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-01-27 21:25:15 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-01-27 21:25:15 (GMT)
commitdf730d29de051d6f05012f9765ac344a0fecf97f (patch)
treed9047798896715af9e51e42e18eceaaf2e961065 /Source/cmXCodeObject.cxx
parent97a51d2172fec2d9d33713322bca96647bc94515 (diff)
downloadCMake-df730d29de051d6f05012f9765ac344a0fecf97f.zip
CMake-df730d29de051d6f05012f9765ac344a0fecf97f.tar.gz
CMake-df730d29de051d6f05012f9765ac344a0fecf97f.tar.bz2
ENH: add missing ;
Diffstat (limited to 'Source/cmXCodeObject.cxx')
-rw-r--r--Source/cmXCodeObject.cxx2
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)
{