mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 02:30:19 +00:00
Don't return 0 in place of NULL
This commit is contained in:
@@ -221,7 +221,7 @@ userlist_find_global (struct server *serv, char *name)
|
||||
}
|
||||
list = list->next;
|
||||
}
|
||||
return 0;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user