patches/ggz-client-libs-01-fixvoid.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2832 a5cfdc349512
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2832
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- ggz-client-libs-0.0.14.1/ggzcore/game.c-orig	2008-02-25 16:00:18.321122000 -0600
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ ggz-client-libs-0.0.14.1/ggzcore/game.c	2008-02-25 16:00:44.362869000 -0600
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -240,7 +240,7 @@ int ggzcore_game_read_data(GGZGame * gam
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
 void ggzcore_game_set_server_fd(GGZGame *game, unsigned int fd)
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
 {
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
 	if (game)
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
-		return _ggzcore_game_set_server_fd(game, fd);
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
+		_ggzcore_game_set_server_fd(game, fd);
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
 }
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
 
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11