From d56008a0f0e92cadb51437f723150d9e6a3c9f5f Mon Sep 17 00:00:00 2001 From: sotech117 Date: Wed, 20 Sep 2023 19:28:26 +0000 Subject: remove period? --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.c') 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; -- cgit v1.2.3-70-g09d2