top: swat a bug introduced with recent width refactor

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2012-09-28 16:39:35 -05:00 committed by Craig Small
parent 66c87f8ef1
commit d58dc6b1e7

View File

@ -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'