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 fff9f8b0b..b597b74f9 100644
--- a/libbb/procps.c
+++ b/libbb/procps.c
@@ -615,7 +615,6 @@ void FAST_FUNC read_cmdline(char *buf, int col, unsigned pid, const char *comm)
615 buf[comm_len - 1] = ' '; 615 buf[comm_len - 1] = ' ';
616 buf[col - 1] = '\0'; 616 buf[col - 1] = '\0';
617 } 617 }
618
619 } else { 618 } else {
620 snprintf(buf, col, "[%s]", comm); 619 snprintf(buf, col, "[%s]", comm);
621 } 620 }