From 0a4f20c6c5425be5ceccc72cd6adbca96fabcbac Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 12 Jun 2007 08:01:35 +0000 Subject: Add some explanatory comments to #endif directives. Originally committed as revision 9287 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/udp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/udp.c') diff --git a/libavformat/udp.c b/libavformat/udp.c index b906660e01..cb5f516fae 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -204,7 +204,7 @@ static int udp_ipv6_set_local(URLContext *h) { return -1; } -#endif +#endif /* CONFIG_IPV6 */ /** @@ -384,7 +384,7 @@ static int udp_open(URLContext *h, const char *uri, int flags) goto fail; } } -#endif +#endif /* CONFIG_IPV6 */ if (is_output) { /* limit the tx buf size to limit latency */ -- cgit v1.2.3