summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c
index f8c5693..253bbf4 100644
--- a/src/client.c
+++ b/src/client.c
@@ -508,7 +508,7 @@ update_client_exit_stats(struct Client *client_p)
* side effects - find person by (nick)name
*/
struct Client *
-find_person(const struct Client *client_p, const char *name)
+find_person(const struct Client *const client_p, const char *name)
{
struct Client *target_p = NULL;