Author: suokko
Date: Tue May 20 14:28:45 2008
New Revision: 26734

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26734&view=rev
Log:
Fixed missuse of typedef

Modified:
    trunk/src/network_worker.cpp

Modified: trunk/src/network_worker.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/network_worker.cpp?rev=26734&r1=26733&r2=26734&view=diff
==============================================================================
--- trunk/src/network_worker.cpp (original)
+++ trunk/src/network_worker.cpp Tue May 20 14:28:45 2008
@@ -51,7 +51,7 @@
 #  undef INADDR_NONE
 #  include <windows.h>
 #  define USE_SELECT 1
-typedef socklen_t int;
+typedef int socklen_t;
 #else
 #  include <sys/types.h>
 #  include <sys/socket.h>


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to