ports/games/tuxmath/files/patch-src_network.c
Stefan Eßer 2ae264e63b Fix build with -fno-common
While here fix a few portlint and portclippy complaints
2020-09-26 11:29:06 +00:00

11 lines
359 B
C

--- src/network.c.orig 2011-05-04 00:15:17 UTC
+++ src/network.c
@@ -54,7 +54,7 @@ static int connected_server = -1;
static int my_index = -1;
/* Keep track of other connected players: */
-lan_player_type lan_player_info[MAX_CLIENTS];
+lan_player_type lan_player_info[MAX_CLIENTS];
/* Local function prototypes: */
int say_to_server(char *statement);