From 2d84e89432276de46cc6fa91884275b64543c5a2 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Wed, 15 Aug 2001 22:38:11 +0000 Subject: [PATCH] whitespace. --- libs/util/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];