Call exit(0), not exit.
This commit is contained in:
parent
a43e2a0d8e
commit
ea3497600e
@ -1909,7 +1909,7 @@ bye () {
|
||||
#ifdef UNIX
|
||||
stty(0,&sgttyOrg);
|
||||
#endif
|
||||
exit();
|
||||
exit(0);
|
||||
}
|
||||
|
||||
#ifdef UNIX
|
||||
|
Loading…
x
Reference in New Issue
Block a user