[farsight2/master] Remove double semi-colons

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:26:49 PST 2008


---
 gst/fsrtpconference/fs-rtp-discover-codecs.c |    2 +-
 gst/fsrtpconference/fs-rtp-session.c         |    2 +-
 gst/fsrtpconference/fs-rtp-substream.c       |    2 +-
 tests/check/base/fscodec.c                   |    2 +-
 tests/commandline/simple-call.c              |    2 +-
 transmitters/nice/fs-nice-agent.c            |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gst/fsrtpconference/fs-rtp-discover-codecs.c b/gst/fsrtpconference/fs-rtp-discover-codecs.c
index a34ed7c..456041a 100644
--- a/gst/fsrtpconference/fs-rtp-discover-codecs.c
+++ b/gst/fsrtpconference/fs-rtp-discover-codecs.c
@@ -279,7 +279,7 @@ fs_rtp_blueprints_get (FsMediaType media_type, GError **error)
   if (send_list)
     codec_cap_list_free (send_list);
 
-  return list_codec_blueprints[media_type];;
+  return list_codec_blueprints[media_type];
 }
 
 static gboolean
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 2655863..65f4359 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -2081,7 +2081,7 @@ fs_rtp_session_negotiate_codecs (FsRtpSession *session,
 
   FS_RTP_SESSION_UNLOCK (session);
 
-  return NULL;;
+  return NULL;
 }
 
 
diff --git a/gst/fsrtpconference/fs-rtp-substream.c b/gst/fsrtpconference/fs-rtp-substream.c
index 0a0e9a4..cb4f78a 100644
--- a/gst/fsrtpconference/fs-rtp-substream.c
+++ b/gst/fsrtpconference/fs-rtp-substream.c
@@ -935,7 +935,7 @@ fs_rtp_sub_stream_set_codecbin (FsRtpSubStream *substream,
 
   FS_RTP_SESSION_UNLOCK (substream->priv->session);
 
-  return ret;;
+  return ret;
 }
 
 FsRtpSubStream *
diff --git a/tests/check/base/fscodec.c b/tests/check/base/fscodec.c
index 2271739..0589620 100644
--- a/tests/check/base/fscodec.c
+++ b/tests/check/base/fscodec.c
@@ -36,7 +36,7 @@ GST_START_TEST (test_fscodec_new)
 
   fail_unless (codec->id == 1, "Codec is incorrect");
   fail_unless (!strcmp (codec->encoding_name, "aa"),
-      "Codec encoding name incorrect");;
+      "Codec encoding name incorrect");
   fail_unless (codec->media_type == FS_MEDIA_TYPE_VIDEO,
       "Codec media type incorrect");
   fail_unless (codec->clock_rate == 650, "Codec clock rate incorrect");
diff --git a/tests/commandline/simple-call.c b/tests/commandline/simple-call.c
index 62bc8d0..fbc56fb 100644
--- a/tests/commandline/simple-call.c
+++ b/tests/commandline/simple-call.c
@@ -93,7 +93,7 @@ add_audio_session (GstElement *pipeline, FsConference *conf, guint id,
 {
   TestSession *ses = g_slice_new0 (TestSession);
   GError *error = NULL;
-  GstPad *pad = NULL, *pad2 = NULL;;
+  GstPad *pad = NULL, *pad2 = NULL;
   GstElement *src = NULL;
   GList *cands = NULL;
   GList *codecs = NULL;
diff --git a/transmitters/nice/fs-nice-agent.c b/transmitters/nice/fs-nice-agent.c
index a53bb70..6450e64 100644
--- a/transmitters/nice/fs-nice-agent.c
+++ b/transmitters/nice/fs-nice-agent.c
@@ -357,7 +357,7 @@ fs_nice_agent_init_agent (FsNiceAgent *self, GError **error)
          item;
          item = g_list_next (item))
     {
-      NiceAddress *addr = nice_address_new ();;
+      NiceAddress *addr = nice_address_new ();
 
       if (nice_address_set_from_string (addr, item->data))
       {
-- 
1.5.6.5




More information about the farsight-commits mailing list