Fixed a comment for hfp_parse_clip

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@209453 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matthew Nicholson
2009-07-29 21:13:42 +00:00
parent ba020fc390
commit 0cff13075f

View File

@@ -1938,8 +1938,7 @@ static int hfp_parse_ciev(struct hfp_pvt *hfp, char *buf, int *value)
* \param buf the buffer to parse (null terminated) * \param buf the buffer to parse (null terminated)
* @note buf will be modified when the CID string is parsed * @note buf will be modified when the CID string is parsed
* \return NULL on error (parse error) or a pointer to the caller id * \return NULL on error (parse error) or a pointer to the caller id
* inforamtion in buf * information in buf
* success
*/ */
static char *hfp_parse_clip(struct hfp_pvt *hfp, char *buf) static char *hfp_parse_clip(struct hfp_pvt *hfp, char *buf)
{ {