diff options
Diffstat (limited to 'src/s_serv.c')
-rw-r--r-- | src/s_serv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_serv.c b/src/s_serv.c index 302288b..a0a47e7 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -161,7 +161,7 @@ write_links_file(void* notused) */ int hunt_server(struct Client *client_p, struct Client *source_p, const char *command, - int server, int parc, char *parv[]) + const int server, const int parc, char *parv[]) { struct Client *target_p = NULL; struct Client *target_tmp = NULL; |