forked from Dniel97/segatools
Add missing const
This commit is contained in:
parent
19796ad6ca
commit
f65c41fbce
@ -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",
|
.name = "getaddrinfo",
|
||||||
.ordinal = 176,
|
.ordinal = 176,
|
||||||
|
Loading…
Reference in New Issue
Block a user