mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 10:10:19 +00:00
Fix some obvious type warnings.
This commit is contained in:
@@ -682,7 +682,8 @@ inbound_nameslist (server *serv, char *chan, char *names,
|
||||
char **name_list;
|
||||
char *host, *nopre_name;
|
||||
char name[NICKLEN];
|
||||
int i, offset;
|
||||
int i;
|
||||
size_t offset;
|
||||
|
||||
sess = find_channel (serv, chan);
|
||||
if (!sess)
|
||||
|
||||
Reference in New Issue
Block a user