diff options
Diffstat (limited to 'Source/CursesDialog/ccmake.cxx')
-rw-r--r-- | Source/CursesDialog/ccmake.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CursesDialog/ccmake.cxx b/Source/CursesDialog/ccmake.cxx index ece3c02..b18e904 100644 --- a/Source/CursesDialog/ccmake.cxx +++ b/Source/CursesDialog/ccmake.cxx @@ -120,6 +120,8 @@ int main(int argc, char** argv) delete cmCursesForm::CurrentForm; cmCursesForm::CurrentForm = 0; + std::cout << std::endl << std::endl; + return 0; } |