diff options
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"); |