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