summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2012-09-28 16:39:35 -0500
committerCraig Small <csmall@enc.com.au>2012-10-02 20:56:40 +1000
commitd58dc6b1e715fb1df22ed67bbeab639f9e5454fb (patch)
treed8e3a6373671cd8d4b3de8b71ae059f430cb8378
parent66c87f8ef136c6494453bfc78d3644d0f7973559 (diff)
downloadprocps-ng-d58dc6b1e715fb1df22ed67bbeab639f9e5454fb.tar.gz
top: swat a bug introduced with recent width refactor
Signed-off-by: Jim Warner <james.warner@comcast.net>
-rw-r--r--top/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/top.c b/top/top.c
index b99c401..053caf1 100644
--- a/top/top.c
+++ b/top/top.c
@@ -3813,6 +3813,7 @@ static const char *task_show (const WIN_t *q, const proc_t *p) {
#endif
case P_CGR:
makeVAR(p->cgroup[0]);
+ break;
case P_CMD:
makeVAR(forest_display(q, p));
break;
@@ -3962,7 +3963,6 @@ static const char *task_show (const WIN_t *q, const proc_t *p) {
break;
default: // keep gcc happy
continue;
- break;
} // end: switch 'procflag'