From 914932fa136b20951d6928fdcea27c9fde96183f Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 11 Oct 2004 15:25:51 -0400 Subject: [PATCH] BUG: Fix generated XML --- Source/cmLocalKdevelopGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalKdevelopGenerator.cxx b/Source/cmLocalKdevelopGenerator.cxx index 7b87d83b7..8f98c9a73 100644 --- a/Source/cmLocalKdevelopGenerator.cxx +++ b/Source/cmLocalKdevelopGenerator.cxx @@ -224,7 +224,7 @@ void cmLocalKdevelopGenerator::CreateNewProjectFile(const std::string& dir, cons fout<<" \n"; fout<<" \n"; fout<<" \n"; - fout<<" \n"; + fout<<" \n"; fout<<" \n"; fout<<" \n"; fout<<" \n";