summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureFileCommand.cxx
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-07-02 18:02:55 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2001-07-02 18:02:55 (GMT)
commit238fe481f3df2ddc993f85f236ec01162e14372d (patch)
tree165212aa26294fd92990717a07b3dee7fc753ab6 /Source/cmConfigureFileCommand.cxx
parent45bc8cc1dd2cb1534c414e1e4f16ee3b9f20f701 (diff)
downloadCMake-238fe481f3df2ddc993f85f236ec01162e14372d.zip
CMake-238fe481f3df2ddc993f85f236ec01162e14372d.tar.gz
CMake-238fe481f3df2ddc993f85f236ec01162e14372d.tar.bz2
Wrong place for fout
Diffstat (limited to 'Source/cmConfigureFileCommand.cxx')
-rw-r--r--Source/cmConfigureFileCommand.cxx2
1 files changed, 1 insertions, 1 deletions
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();