summaryrefslogtreecommitdiff
path: root/cmd_ping.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_ping.c')
-rw-r--r--cmd_ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_ping.c b/cmd_ping.c
index 5bc0c31..a8e3c59 100644
--- a/cmd_ping.c
+++ b/cmd_ping.c
@@ -7,7 +7,7 @@ void *cmd_ping(void *data)
printf("PONG\n");
- ret = alloc_new_str("pong ");
+ ret = alloc_new_str("pong");
return ret;
} \ No newline at end of file