exit takes an argument

svn path=/trunk/kdebase/konsole/; revision=295412
wilder-portage
Stephan Kulow 22 years ago
parent 8038d67787
commit a82d497ca5
  1. 2
      tests/main.c

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

Loading…
Cancel
Save