diff options
author | 2007-09-18 11:15:25 +0000 | |
---|---|---|
committer | 2007-09-18 11:15:25 +0000 | |
commit | 1ecdcf3eb347dcdb623b1fb7e19e15bf2bc4b184 (patch) | |
tree | d6f1837d8c3c3b6737125dcfd27eef734e0cfc3f | |
parent | mkext should be a seperate target; from mickey@ (diff) | |
download | wireguard-openbsd-1ecdcf3eb347dcdb623b1fb7e19e15bf2bc4b184.tar.xz wireguard-openbsd-1ecdcf3eb347dcdb623b1fb7e19e15bf2bc4b184.zip |
redundant asignment; from Mark Lumsden
-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(); |