[enet-cvs] CVS: enet protocol.c,1.22,1.23

Lee Salzman enet at sferik.cubik.org
Sun Nov 16 10:24:16 PST 2003


Update of /home/enet/cvsroot/enet
In directory sferik:/tmp/cvs-serv16054

Modified Files:
	protocol.c 
Log Message:
style fix


Index: protocol.c
===================================================================
RCS file: /home/enet/cvsroot/enet/protocol.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- protocol.c	2003/11/16 18:19:57	1.22
+++ protocol.c	2003/11/16 18:24:14	1.23
@@ -230,7 +230,7 @@
 
     if (windowSize < ENET_PROTOCOL_MINIMUM_WINDOW_SIZE)
       windowSize = ENET_PROTOCOL_MINIMUM_WINDOW_SIZE;
-
+    else
     if (windowSize > ENET_PROTOCOL_MAXIMUM_WINDOW_SIZE)
       windowSize = ENET_PROTOCOL_MAXIMUM_WINDOW_SIZE;
 



More information about the enet-cvs mailing list