aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2023-03-27 15:54:22 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2023-03-27 17:50:18 +0200
commit3699ef06a48e4e755d1f50f98dc6ab91dd1e0ca1 (patch)
tree21622f97c286176f71d6500ee6c77b63565fdab4 /src
parent9dd80ca1f8fd96041bba712e3778affb5d995b2b (diff)
mgcp_codec: cosmetic: remove line break in api-doc
We usually do not make a final line break on our api-doc strings. Change-Id: I025bbf36287ef014e294cc18a6435d7e2f9c1bff
Diffstat (limited to 'src')
-rw-r--r--src/libosmo-mgcp/mgcp_codec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libosmo-mgcp/mgcp_codec.c b/src/libosmo-mgcp/mgcp_codec.c
index 908604725..003c4c46d 100644
--- a/src/libosmo-mgcp/mgcp_codec.c
+++ b/src/libosmo-mgcp/mgcp_codec.c
@@ -470,8 +470,7 @@ struct mgcp_rtp_codec *mgcp_codec_find_convertible(struct mgcp_conn_rtp *conn, s
* \param subtype_name SDP codec name without parameters (e.g. "AMR").
* \param match_nr Index for the match found, first being match_nr == 0. Iterate all matches by calling multiple times
* with incrementing match_nr.
- * \return codec definition for that conn matching the subtype_name, or NULL if no such match_nr is found.
- */
+ * \return codec definition for that conn matching the subtype_name, or NULL if no such match_nr is found. */
const struct mgcp_rtp_codec *mgcp_codec_pt_find_by_subtype_name(struct mgcp_conn_rtp *conn,
const char *subtype_name, unsigned int match_nr)
{