summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-12 15:13:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-12 15:13:22 (GMT)
commitcf272c76ad4dcde5ed36f1e48171bce3608e02aa (patch)
treea80978d77baff08a27d42e5f6006a56b6e1ff409 /Source/cmCacheManager.cxx
parent6a2174ff9da95fa52f455ef81ff5785bf312fda9 (diff)
downloadCMake-cf272c76ad4dcde5ed36f1e48171bce3608e02aa.zip
CMake-cf272c76ad4dcde5ed36f1e48171bce3608e02aa.tar.gz
CMake-cf272c76ad4dcde5ed36f1e48171bce3608e02aa.tar.bz2
Oops, too fast commit; add missing ;
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r--Source/cmCacheManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx
index 73017b4..e6aec2c 100644
--- a/Source/cmCacheManager.cxx
+++ b/Source/cmCacheManager.cxx
@@ -410,7 +410,7 @@ bool cmCacheManager::SaveCache(const char* path)
std::string key;
std::string rkey = i.GetName();
std::string helpstring;
- const char* hs = i.GetProperty("HELPSTRING")
+ const char* hs = i.GetProperty("HELPSTRING");
if ( hs )
{
helpstring = i.GetProperty("HELPSTRING");