From 18f07f03d1e603a84cd411e7d06e9570ed22732b Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 6 May 2010 11:34:53 +0300 Subject: [PATCH] docs: be more firendly to gtk-doc limitted parsing capabilities --- gst-libs/gst/rtsp/gstrtsptransport.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst-libs/gst/rtsp/gstrtsptransport.h b/gst-libs/gst/rtsp/gstrtsptransport.h index 5ceb567ff9..9250b02981 100644 --- a/gst-libs/gst/rtsp/gstrtsptransport.h +++ b/gst-libs/gst/rtsp/gstrtsptransport.h @@ -103,8 +103,7 @@ GType gst_rtsp_lower_trans_get_type (void); * * A type to specify a range. */ -typedef struct -{ +typedef struct _GstRTSPRange { gint min; gint max; } GstRTSPRange;