BUG: fix for 7519 extra closing > in fortran projects

This commit is contained in:
Bill Hoffman 2008-09-03 16:22:55 -04:00
parent 4b58312502
commit d8837b92ba
1 changed files with 1 additions and 1 deletions

View File

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