Oops, too fast commit; add missing ;

This commit is contained in:
Andy Cedilnik 2002-09-12 11:13:22 -04:00
parent 6a2174ff9d
commit cf272c76ad
1 changed files with 1 additions and 1 deletions

View File

@ -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");