diff options
-rw-r--r-- | client.c | 2 | ||||
-rwxr-xr-x | snowcast_control | bin | 13864 -> 13864 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -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 Binary files differindex 5e208f3..fe38fc2 100755 --- a/snowcast_control +++ b/snowcast_control |