From d58dc6b1e715fb1df22ed67bbeab639f9e5454fb Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Fri, 28 Sep 2012 16:39:35 -0500 Subject: [PATCH] top: swat a bug introduced with recent width refactor Signed-off-by: Jim Warner --- top/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top/top.c b/top/top.c index b99c401a..053caf1d 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'