Просмотр исходного кода

BUG: fix for 7519 extra closing > in fortran projects

Bill Hoffman 17 лет назад
Родитель
Сommit
d8837b92ba
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/cmLocalVisualStudio7Generator.cxx

+ 1 - 1
Source/cmLocalVisualStudio7Generator.cxx

@@ -1788,7 +1788,7 @@ cmLocalVisualStudio7Generator
     }
   if(projectType)
     {
-    fout << "\tProjectType=\"" << projectType << "\">\n";
+    fout << "\tProjectType=\"" << projectType << "\"\n";
     }
   fout<< "\tKeyword=\"" << keyword << "\">\n" 
        << "\tProjectGUID=\"{" << gg->GetGUID(libName) << "}\">\n"