diff options
-rw-r--r-- | usr.bin/top/top.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index 96d6d2820ee..63f2c3ee6ec 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -1,4 +1,4 @@ -/* $OpenBSD: top.c,v 1.53 2007/09/10 10:48:01 otto Exp $ */ +/* $OpenBSD: top.c,v 1.54 2007/09/18 11:15:25 otto Exp $ */ /* * Top users/processes display for Unix @@ -459,8 +459,7 @@ restart: &pid); i_process(i, s, pid == hlpid); } - } else - i = 0; + } /* do end-screen processing */ u_endscreen(); |