浏览代码

Oops, too fast commit; add missing ;

Andy Cedilnik 23 年之前
父节点
当前提交
cf272c76ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmCacheManager.cxx

+ 1 - 1
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");