summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2012-11-29 17:09:28 +0000
committerTim Angus <tim@ngus.net>2013-01-12 21:24:52 +0000
commitca68f3701e97eb5517f28b230c85e9a2eab87790 (patch)
treea6bf43dc97b953577ef5e0a406974e9f847a7c83
parentcf1af69fa0bf6cabbbdb25ed39a13e6592e7f571 (diff)
Fix function prototype for Info_RemoveKey_Big. Pointed out by Ensiform.
-rw-r--r--src/qcommon/q_shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h
index 10a12ab8..e0563693 100644
--- a/src/qcommon/q_shared.h
+++ b/src/qcommon/q_shared.h
@@ -913,7 +913,7 @@ void Com_TruncateLongString( char *buffer, const char *s );
//
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 );