1
0
Fork 0

exit cleanly

giza-pure
Jeff Moe 2022-08-07 00:21:07 -06:00
parent 0bf0dd91b3
commit 3e4664f2e8
1 changed files with 2 additions and 1 deletions

View File

@ -3274,7 +3274,8 @@ plot_skymap (void)
// Exit
if (c == 'q')
{
//cpgend (); // "Press RETURN for next page:"
giza_stop_prompting ();
giza_close_device ();
exit (0);
}