summaryrefslogtreecommitdiff
path: root/cmd/cmd_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_cmd.c')
-rw-r--r--cmd/cmd_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cmd_cmd.c b/cmd/cmd_cmd.c
index 0eabfe1..66ef570 100644
--- a/cmd/cmd_cmd.c
+++ b/cmd/cmd_cmd.c
@@ -10,7 +10,7 @@ void *cmd_cmd(void *data)
printf("CMD\n");
- snprintf(buf, buf_size, "%s\n", param);
+ snprintf(buf, buf_size, "%s", param);
ret = alloc_new_str(buf);