From 238fe481f3df2ddc993f85f236ec01162e14372d Mon Sep 17 00:00:00 2001 From: Berk Geveci Date: Mon, 2 Jul 2001 14:02:55 -0400 Subject: Wrong place for fout --- Source/cmConfigureFileCommand.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmConfigureFileCommand.cxx b/Source/cmConfigureFileCommand.cxx index d92212b..58878a5 100644 --- a/Source/cmConfigureFileCommand.cxx +++ b/Source/cmConfigureFileCommand.cxx @@ -143,8 +143,8 @@ void cmConfigureFileCommand::FinalPass() "#cmakedefine", "#undef"); } } + fout << inLine << "\n"; } - fout << inLine << "\n"; } // close the files before attempting to copy fin.close(); -- cgit v0.12