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)
buf[comm_len - 1] = ' ';
buf[col - 1] = '\0';
}
-
} else {
snprintf(buf, col, "[%s]", comm);
}