BUG: Removed generation of stray paren.

This commit is contained in:
Brad King 2003-02-03 09:53:33 -05:00
parent 153bd2446f
commit ab2fdaa8fa
1 changed files with 0 additions and 2 deletions

View File

@ -100,8 +100,6 @@ void cmExportLibraryDependenciesCommand::FinalPass()
}
}
}
fout << ")" << std::endl;
fout.close();
return;
}