Wrong place for fout

This commit is contained in:
Berk Geveci 2001-07-02 14:02:55 -04:00
parent 45bc8cc1dd
commit 238fe481f3

View File

@ -143,8 +143,8 @@ void cmConfigureFileCommand::FinalPass()
"#cmakedefine", "#undef"); "#cmakedefine", "#undef");
} }
} }
fout << inLine << "\n";
} }
fout << inLine << "\n";
} }
// close the files before attempting to copy // close the files before attempting to copy
fin.close(); fin.close();