]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSBUILD-297 remove strange characters
authorJeff Lenk <jeff@jefflenk.com>
Wed, 11 Aug 2010 03:07:44 +0000 (22:07 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Wed, 11 Aug 2010 03:07:44 +0000 (22:07 -0500)
libs/sofia-sip/libsofia-sip-ua/msg/msg_parser.c
libs/sofia-sip/libsofia-sip-ua/nua/nua.c

index 32257144f19eb268a7f1237d60e1526bdb913efa..e4bf3debca0bae786e45d95a942b666ff6267bbc 100644 (file)
@@ -327,7 +327,7 @@ void *msg_buf_move(msg_t *dst, msg_t const *src)
  * @param[in]  msg     message object
  * @param[out] vec     I/O vector
  * @param[in]  veclen  available length of @a vec
- * @param[in]  n       number of possibly available bytes 
+ * @param[in]  n       number of possibly available bytes
  * @param[in]  exact   true if data ends at message boundary
  *
  * @return
index bda8fa5892b77858af32589f5f4734a1a37be2d5..451cebb1344be825fbddeb461594825ef330414a 100644 (file)
@@ -89,7 +89,7 @@ su_log_t nua_log[] = { SU_LOG_INIT("nua", "NUA_DEBUG", SU_DEBUG) };
  * @param root            Pointer to a root object
  * @param callback        Pointer to event callback function
  * @param magic           Pointer to callback context
- * @param tag, value, ... List of tagged parameters
+ * @param tag, value, ... List of tagged parameters
  *
  * @retval !=NULL a pointer to a @nua stack object
  * @retval NULL upon an error