Change size of func anonymous structure of irc-bot interface to signed int

Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
This commit is contained in:
Ibrahim Zidan 2026-06-29 22:13:44 +03:00
parent 42cfceeede
commit 736ed6fa89
No known key found for this signature in database
GPG key ID: 0F0A43C7FE4C7B9A

View file

@ -65,7 +65,7 @@ struct ircbot_interface {
/* */
struct {
struct irc_func **list;
unsigned int size;
int size;
} funcs;
/**