[nexuiz-commits] r8285 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 14 18:28:21 EST 2009


Author: div0
Date: 2009-11-14 18:28:21 -0500 (Sat, 14 Nov 2009)
New Revision: 8285

Modified:
   trunk/data/qcsrc/server/extensions.qh
Log:
fix typo


Modified: trunk/data/qcsrc/server/extensions.qh
===================================================================
--- trunk/data/qcsrc/server/extensions.qh	2009-11-14 23:03:55 UTC (rev 8284)
+++ trunk/data/qcsrc/server/extensions.qh	2009-11-14 23:28:21 UTC (rev 8285)
@@ -660,7 +660,7 @@
 //idea: div0
 //darkplaces implementation: div0
 //builtin definitions:
-string getextresponse(void) getextresponse = #624;
+string(void) getextresponse = #624;
 //description:
 //returns a string of the form "\"ipaddress:port\" data...", or the NULL string
 //if no packet was found. Packets can be queued into the client/server by



More information about the nexuiz-commits mailing list