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/display.c | |
parent | 49d3915810dac786aff156930f77e11675c4c0b7 (diff) |
u_endscreen()'s argument is entirely unused; inspired by zinovik@cs.karelia.ru
Diffstat (limited to 'usr.bin/top/display.c')
-rw-r--r-- | usr.bin/top/display.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/display.c b/usr.bin/top/display.c index b0d94ead223..f78e68eca17 100644 --- a/usr.bin/top/display.c +++ b/usr.bin/top/display.c @@ -1,4 +1,4 @@ -/* $OpenBSD: display.c,v 1.26 2007/07/27 13:57:50 deraadt Exp $ */ +/* $OpenBSD: display.c,v 1.27 2007/07/27 13:59:27 deraadt Exp $ */ /* * Top users/processes display for Unix @@ -505,7 +505,7 @@ i_process(int line, char *thisline, int hl) } void -u_endscreen(int hi) +u_endscreen(void) { if (smart_terminal) { clrtobot(); |