[quake3-commits] r2367 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Nov 29 12:09:28 EST 2012


Author: ztm
Date: 2012-11-29 12:09:28 -0500 (Thu, 29 Nov 2012)
New Revision: 2367

Modified:
   trunk/code/qcommon/q_shared.h
Log:
Fix function prototype for Info_RemoveKey_Big. Pointed out by Ensiform.

Modified: trunk/code/qcommon/q_shared.h
===================================================================
--- trunk/code/qcommon/q_shared.h	2012-11-24 20:55:47 UTC (rev 2366)
+++ trunk/code/qcommon/q_shared.h	2012-11-29 17:09:28 UTC (rev 2367)
@@ -850,7 +850,7 @@
 //
 char *Info_ValueForKey( const char *s, const char *key );
 void Info_RemoveKey( char *s, const char *key );
-void Info_RemoveKey_big( char *s, const char *key );
+void Info_RemoveKey_Big( char *s, const char *key );
 void Info_SetValueForKey( char *s, const char *key, const char *value );
 void Info_SetValueForKey_Big( char *s, const char *key, const char *value );
 qboolean Info_Validate( const char *s );



More information about the quake3-commits mailing list