r193 - trunk/code/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 28 18:10:39 EDT 2005


Author: tma
Date: 2005-10-28 18:10:39 -0400 (Fri, 28 Oct 2005)
New Revision: 193

Modified:
   trunk/code/server/sv_ccmds.c
Log:
* Compiler warning fix from ankon


Modified: trunk/code/server/sv_ccmds.c
===================================================================
--- trunk/code/server/sv_ccmds.c	2005-10-28 21:09:50 UTC (rev 192)
+++ trunk/code/server/sv_ccmds.c	2005-10-28 22:10:39 UTC (rev 193)
@@ -121,8 +121,6 @@
 		return NULL;
 	}
 	return cl;
-
-	return NULL;
 }
 
 //=========================================================




More information about the quake3-commits mailing list