Skip to content
Snippets Groups Projects
Commit d02b2c43 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Fixed missing braces warning.

parent 1687a9eb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment