summaryrefslogtreecommitdiff
path: root/cmd/cmd_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_stat.c')
-rw-r--r--cmd/cmd_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cmd_stat.c b/cmd/cmd_stat.c
index ce19085..73b7fa6 100644
--- a/cmd/cmd_stat.c
+++ b/cmd/cmd_stat.c
@@ -37,7 +37,7 @@ void *cmd_stat(void *data)
snprintf(buf,buf_size,"| IPC_RX | %08s |\n", tokens[3]);
out_result = sdscat(out_result, buf);
- out_result = sdscat(out_result,"+----------+----------+\n");
+ out_result = sdscat(out_result,"+----------+----------+");
sdsfreesplitres(tokens, count);