From 29c406c9ec0689b8f52f9ea06ccf68cf77324931 Mon Sep 17 00:00:00 2001
From: Zack Middleton <zturtleman@gmail.com>
Date: Thu, 29 Nov 2012 17:09:28 +0000
Subject: [PATCH] Fix function prototype for Info_RemoveKey_Big. Pointed out by
 Ensiform.

---
 code/qcommon/q_shared.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h
index fa099c16..622f98c3 100644
--- a/code/qcommon/q_shared.h
+++ b/code/qcommon/q_shared.h
@@ -850,7 +850,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 );