aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 6458227..0825abb 100644
--- a/client.c
+++ b/client.c
@@ -88,7 +88,7 @@ int main(int argc, char *argv[])
exit(1);
}
msg.numStations = ntohs(msg.numStations);
- printf("Welcome to Snowcast! The server has %d stations.\n", msg.numStations);
+ printf("Welcome to Snowcast! The server has %d stations\n", msg.numStations);
struct Hello hello;
hello.commandType = 0;