mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Shutdown curses when exit. While I am there, remove a stale
comment which does not apply to sade(8).
This commit is contained in:
parent
eac2afced2
commit
f5a6ba0f79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161073
@ -121,5 +121,8 @@ main(int argc, char **argv)
|
||||
break;
|
||||
}
|
||||
|
||||
return 0; /* We should never get here */
|
||||
/* Shut down curses */
|
||||
endwin();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user