Call exit(0), not exit.

This commit is contained in:
Alexander Kabaev 2003-04-29 19:53:00 +00:00
parent c7f3baedf3
commit 1c7cddaba9

View file

@ -1909,7 +1909,7 @@ bye () {
#ifdef UNIX
stty(0,&sgttyOrg);
#endif
exit();
exit(0);
}
#ifdef UNIX