summaryrefslogtreecommitdiff
path: root/source/q_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/q_shared.h')
-rw-r--r--source/q_shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/q_shared.h b/source/q_shared.h
index d8cc113..4386632 100644
--- a/source/q_shared.h
+++ b/source/q_shared.h
@@ -549,7 +549,7 @@ char *Info_ValueForKey( const char *s, const char *key );
void Info_RemoveKey( char *s, const char *key );
qboolean Info_SetValueForKey( char *s, const char *key, const char *value );
qboolean Info_Validate( const char *s );
-int Info_SubValidate( const char *s );
+size_t Info_SubValidate( const char *s );
void Info_NextPair( const char **string, char *key, char *value );
void Info_Print( const char *infostring );