Wrong place for fout

This commit is contained in:
Berk Geveci 2001-07-02 14:02:55 -04:00
parent 45bc8cc1dd
commit 238fe481f3
1 changed files with 1 additions and 1 deletions

View File

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