diff udp.c @ 2162:f0b9505b7b8b libavformat

Add some explanatory comments to #endif directives.
author diego
date Tue, 12 Jun 2007 08:01:35 +0000
parents 06c4f61b5b33
children b21c2af60bc9
line wrap: on
line diff
--- a/udp.c	Tue Jun 12 07:59:34 2007 +0000
+++ b/udp.c	Tue Jun 12 08:01:35 2007 +0000
@@ -204,7 +204,7 @@
     return -1;
 }
 
-#endif
+#endif /* CONFIG_IPV6 */
 
 
 /**
@@ -384,7 +384,7 @@
                 goto fail;
         }
     }
-#endif
+#endif /* CONFIG_IPV6 */
 
     if (is_output) {
         /* limit the tx buf size to limit latency */