diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-12 15:13:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-12 15:13:22 (GMT) |
commit | cf272c76ad4dcde5ed36f1e48171bce3608e02aa (patch) | |
tree | a80978d77baff08a27d42e5f6006a56b6e1ff409 /Source/cmCacheManager.cxx | |
parent | 6a2174ff9da95fa52f455ef81ff5785bf312fda9 (diff) | |
download | CMake-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.cxx | 2 |
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"); |