mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-11 22:47:30 +00:00
whitespace.
This commit is contained in:
parent
339ec3c0d8
commit
2d84e89432
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
Searches the string for the given
|
Searches the string for the given
|
||||||
key and returns the associated value, or an empty string.
|
key and returns the associated value, or an empty string.
|
||||||
*/
|
*/
|
||||||
const char *
|
const char *
|
||||||
Info_ValueForKey (const char *s, const char *key)
|
Info_ValueForKey (const char *s, const char *key)
|
||||||
{
|
{
|
||||||
char pkey[512];
|
char pkey[512];
|
||||||
|
|
Loading…
Reference in a new issue