From 0bf168d30655ff13cf69748d008136a98800daed Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 22 May 2015 12:27:38 +0200 Subject: [PATCH] miniupnpc.c: minor comment reformatting --- miniupnpc/miniupnpc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/miniupnpc/miniupnpc.c b/miniupnpc/miniupnpc.c index 80c78ab..068333b 100644 --- a/miniupnpc/miniupnpc.c +++ b/miniupnpc/miniupnpc.c @@ -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 */