aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-20 19:28:26 +0000
committersotech117 <michael_foiani@brown.edu>2023-09-20 19:28:26 +0000
commitd56008a0f0e92cadb51437f723150d9e6a3c9f5f (patch)
tree3eba0991e8811664bd6eb921a2906b125fb95b46
parent89f8b59849a760495b2fabd195b73fcb7821eac9 (diff)
remove period?
-rw-r--r--client.c2
-rwxr-xr-xsnowcast_controlbin13864 -> 13864 bytes
2 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;
diff --git a/snowcast_control b/snowcast_control
index 5e208f3..fe38fc2 100755
--- a/snowcast_control
+++ b/snowcast_control
Binary files differ