mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
Fixed missing braces warning.
This commit is contained in:
parent
1687a9eb94
commit
d02b2c4308
@ -85,7 +85,7 @@
|
||||
static void win32_cleanup(void);
|
||||
|
||||
#if defined(ENABLE_IPV6) && defined(__MINGW32__)
|
||||
const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
|
||||
const struct in6_addr in6addr_any = {{ IN6ADDR_ANY_INIT }};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user