diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-03-21 09:34:23 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-03-21 09:34:23 +0000 |
| commit | dfb085cc350631a451ba74ba64acda920ffa88d8 (patch) | |
| tree | c98e8663dc9a52a7fd7fca59fa29e12aff486c7c /usr.sbin | |
| parent | 430bd13fe93ac4e300c7b0e10b122cb22acbb141 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/gstat/gstat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/gstat/gstat.c b/usr.sbin/gstat/gstat.c index 6d3a6981be51e..6c6c4ad20af52 100644 --- a/usr.sbin/gstat/gstat.c +++ b/usr.sbin/gstat/gstat.c @@ -228,5 +228,7 @@ main(int argc, char **argv) break; } } + + endwin(); exit (0); } |
