curl-library
[PATCH 06/10] parseurlandfillconn: Document #endifs
From: Till Maas <opensource_at_till.name>
Date: Sat, 15 Mar 2014 19:41:30 +0100
Date: Sat, 15 Mar 2014 19:41:30 +0100
---
lib/url.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/url.c b/lib/url.c
index 7a826f9..d77a8e1 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -4001,12 +4001,12 @@ static CURLcode parseurlandfillconn(struct SessionHandle *data,
conn->scope = scope;
}
else {
-#endif
+#endif /* HAVE_NET_IF_H */
infof(data, "Invalid IPv6 address format\n");
#ifdef HAVE_NET_IF_H
}
}
-#endif
+#endif /* HAVE_NET_IF_H */
}
}
}
--
1.8.3.1
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-03-15