]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix for issue reported on the mailing list with a Chinese locale and windows. This...
authorJeff Lenk <jeff@jefflenk.com>
Wed, 4 May 2011 21:54:45 +0000 (16:54 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Wed, 4 May 2011 21:54:45 +0000 (16:54 -0500)
libs/sofia-sip/libsofia-sip-ua/su/su_string.c

index 6774d372b6508c3947fb3c3bc3f9e3912bca0437..249e788389905eefaa600cb6d468f95785dd99f0 100644 (file)
@@ -478,7 +478,7 @@ size_t su_memspn(const void *mem, size_t memlen,
  * of bytes not in @a reject.
  *
  * @param mem        pointer to memory area
- * @param memlen     size of @a mem in bytes
+ * @param memlen     size of @a mem in bytes
  * @param reject     pointer to table containing bytes to reject
  * @param rejectlen  size of @a reject table
  *