summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-02-03 14:53:33 (GMT)
committerBrad King <brad.king@kitware.com>2003-02-03 14:53:33 (GMT)
commitab2fdaa8fa85d5586bda16ed076ef58bdc6b9f58 (patch)
tree1883f786b79730336177400a010002542c9cce07 /Source
parent153bd2446f3331231dd018a0ce40143fdf8a3320 (diff)
downloadCMake-ab2fdaa8fa85d5586bda16ed076ef58bdc6b9f58.zip
CMake-ab2fdaa8fa85d5586bda16ed076ef58bdc6b9f58.tar.gz
CMake-ab2fdaa8fa85d5586bda16ed076ef58bdc6b9f58.tar.bz2
BUG: Removed generation of stray paren.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmExportLibraryDependencies.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmExportLibraryDependencies.cxx b/Source/cmExportLibraryDependencies.cxx
index 6992b19..2e85967 100644
--- a/Source/cmExportLibraryDependencies.cxx
+++ b/Source/cmExportLibraryDependencies.cxx
@@ -100,8 +100,6 @@ void cmExportLibraryDependenciesCommand::FinalPass()
}
}
}
- fout << ")" << std::endl;
fout.close();
return;
}
-