Cleaning last line at exit.

This commit is contained in:
Ken Martin 2001-12-06 11:49:16 -05:00
parent e1cb021412
commit 3f013a2759
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@ int main(int argc, char** argv)
delete cmCursesForm::CurrentForm;
cmCursesForm::CurrentForm = 0;
std::cout << std::endl << std::endl;
return 0;
}