diff --git a/libs/util/info.c b/libs/util/info.c index ebf4f302b..f425c64eb 100644 --- a/libs/util/info.c +++ b/libs/util/info.c @@ -53,7 +53,7 @@ Searches the string for the given key and returns the associated value, or an empty string. */ -const char * +const char * Info_ValueForKey (const char *s, const char *key) { char pkey[512];