1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 02:23:12 +02:00

It's raining consts...

This commit is contained in:
Bram Matthys
2021-09-11 09:30:12 +02:00
parent 9a350169b9
commit fcf020b99e
18 changed files with 182 additions and 190 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ void debug(int level, FORMAT_STRING(const char *form), ...)
SET_ERRNO(err);
}
int checkprotoflags(Client *client, int flags, char *file, int line)
int checkprotoflags(Client *client, int flags, const char *file, int line)
{
if (!MyConnect(client))
{