summaryrefslogtreecommitdiff
path: root/gst-libs/gst/rtsp
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-03-10 09:27:08 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-03-10 09:27:08 +0000
commitc53ba4beeb53bbf92f4a27a904088a6fda139419 (patch)
treec2c277b041732fa66e0b7f830c59b2a85b5b7cee /gst-libs/gst/rtsp
parent124b6ee03c7daa67757273772b6375759b8b8695 (diff)
Fix double semicolons
Diffstat (limited to 'gst-libs/gst/rtsp')
-rw-r--r--gst-libs/gst/rtsp/gstrtsprange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/rtsp/gstrtsprange.c b/gst-libs/gst/rtsp/gstrtsprange.c
index 96efd451d..553f79765 100644
--- a/gst-libs/gst/rtsp/gstrtsprange.c
+++ b/gst-libs/gst/rtsp/gstrtsprange.c
@@ -342,7 +342,7 @@ static gboolean
time_to_string (const GstRTSPTime * t1, const GstRTSPTime2 * t2,
GString * string)
{
- gboolean res = TRUE;;
+ gboolean res = TRUE;
switch (t1->type) {
case GST_RTSP_TIME_SECONDS: