aboutsummaryrefslogtreecommitdiff
path: root/libbb/procps.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/procps.c')
-rw-r--r--libbb/procps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/procps.c b/libbb/procps.c
index 948b91ee6..3d335b37b 100644
--- a/libbb/procps.c
+++ b/libbb/procps.c
@@ -614,7 +614,6 @@ void FAST_FUNC read_cmdline(char *buf, int col, unsigned pid, const char *comm)
614 buf[comm_len - 1] = ' '; 614 buf[comm_len - 1] = ' ';
615 buf[col - 1] = '\0'; 615 buf[col - 1] = '\0';
616 } 616 }
617
618 } else { 617 } else {
619 snprintf(buf, col, "[%s]", comm); 618 snprintf(buf, col, "[%s]", comm);
620 } 619 }