From fc6970fcd404305c3e16d2e90d6d0dec4b03c160 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Thu, 7 Sep 2017 23:00:20 +0100 Subject: Basic stat command implemented --- cmd/cmd_stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') 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); -- cgit v1.2.3