diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-07-27 13:59:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-07-27 13:59:28 +0000 |
commit | 197a7de34ac5c7461853da4d3fe098135bce30b0 (patch) | |
tree | 8ed2ede52291f55ad169625084448b9890fc29af /usr.bin/top/top.c | |
parent | 49d3915810dac786aff156930f77e11675c4c0b7 (diff) |
u_endscreen()'s argument is entirely unused; inspired by zinovik@cs.karelia.ru
Diffstat (limited to 'usr.bin/top/top.c')
-rw-r--r-- | usr.bin/top/top.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index eb9ab5765ee..a5a06937815 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -1,4 +1,4 @@ -/* $OpenBSD: top.c,v 1.51 2007/05/29 00:56:56 otto Exp $ */ +/* $OpenBSD: top.c,v 1.52 2007/07/27 13:59:27 deraadt Exp $ */ /* * Top users/processes display for Unix @@ -463,7 +463,7 @@ restart: i = 0; /* do end-screen processing */ - u_endscreen(i); + u_endscreen(); /* now, flush the output buffer */ fflush(stdout); |