summaryrefslogtreecommitdiff
path: root/usr.bin/top/top.c
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2007-09-18 11:15:26 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2007-09-18 11:15:26 +0000
commit5f0c1b2f45d21d034729dd4dde40605d92657d58 (patch)
tree3201257865d6c594eaa6f5d92715cead9416f707 /usr.bin/top/top.c
parent5d68dfcd2ea021faef09c89d47af09242822105a (diff)
redundant asignment; from Mark Lumsden
Diffstat (limited to 'usr.bin/top/top.c')
-rw-r--r--usr.bin/top/top.c5
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();