Ver código fonte

BUG: fix for 7519 extra closing > in fortran projects

Bill Hoffman 17 anos atrás
pai
commit
d8837b92ba
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Source/cmLocalVisualStudio7Generator.cxx

+ 1 - 1
Source/cmLocalVisualStudio7Generator.cxx

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