From f48a7610eef092d8ce5c6b2ae761571745a9db3e Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 5 Aug 2017 19:06:54 +0200 Subject: constize a bunch of input-only pointer function-arguments --- src/game/g_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_client.c') diff --git a/src/game/g_client.c b/src/game/g_client.c index f9a72ea..3325289 100644 --- a/src/game/g_client.c +++ b/src/game/g_client.c @@ -1395,7 +1395,7 @@ to the server machine, but qfalse on map changes and tournement restarts. ============ */ -char *ClientConnect( int clientNum, qboolean firstTime ) +const char *ClientConnect( int clientNum, qboolean firstTime ) { char *value; gclient_t *client; -- cgit