From 58c96df0aecab394665dcfe6c6171a2870f78495 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Wed, 12 Sep 2012 16:39:08 +0200 Subject: [PATCH] udp: properly match braces and cpp directives Fixes compilation where IPV6_TCLASS not defined. --- gst/udp/gstmultiudpsink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/udp/gstmultiudpsink.c b/gst/udp/gstmultiudpsink.c index 195d2ca..6cb8928 100644 --- a/gst/udp/gstmultiudpsink.c +++ b/gst/udp/gstmultiudpsink.c @@ -638,8 +638,8 @@ gst_multiudpsink_setup_qos_dscp (GstMultiUDPSink * sink) if (setsockopt (fd, IPPROTO_IPV6, IPV6_TCLASS, &tos, sizeof (tos)) < 0) { GST_ERROR_OBJECT (sink, "could not set TCLASS: %s", g_strerror (errno)); } - } #endif + } #endif } -- 2.7.4