فهرست منبع

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 key;
       std::string rkey = i.GetName();
       std::string rkey = i.GetName();
       std::string helpstring;
       std::string helpstring;
-      const char* hs = i.GetProperty("HELPSTRING")
+      const char* hs = i.GetProperty("HELPSTRING");
       if ( hs )
       if ( hs )
         {
         {
         helpstring = i.GetProperty("HELPSTRING");
         helpstring = i.GetProperty("HELPSTRING");