miniupnpc.c: minor comment reformatting

This commit is contained in:
Thomas Bernard 2015-05-22 12:27:38 +02:00
parent fce3099080
commit 0bf168d306

View File

@ -76,7 +76,8 @@
#if defined(HAS_IP_MREQN) && defined(NEED_STRUCT_IP_MREQN)
/* Several versions of glibc don't define this structure, define it here and compile with CFLAGS NEED_STRUCT_IP_MREQN */
/* Several versions of glibc don't define this structure,
* define it here and compile with CFLAGS NEED_STRUCT_IP_MREQN */
struct ip_mreqn
{
struct in_addr imr_multiaddr; /* IP multicast address of group */