aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.c')
-rw-r--r--src/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c
index c4f2987..b7a43eb 100644
--- a/src/client.c
+++ b/src/client.c
@@ -45,7 +45,7 @@ extern char *argv0;
int
send_command(enum command cmd, size_t n, const char *restrict msg)
{
- return 0 /* TODO */
+ return 0; /* TODO */
}