Add missing const

This commit is contained in:
Sanheiii 2024-11-07 11:18:06 +08:00
parent 19796ad6ca
commit f65c41fbce

View File

@ -151,7 +151,7 @@ static const struct hook_symbol dns_hook_syms_dnsapi[] = {
}
};
static struct hook_symbol dns_hook_syms_ws2[] = {
static const struct hook_symbol dns_hook_syms_ws2[] = {
{
.name = "getaddrinfo",
.ordinal = 176,