Bug 6076 - Fix documentation of ast_trim_blank return value

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7827 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-01-05 23:53:07 +00:00
parent 2f4783a770
commit 7a61b36104

View File

@@ -54,7 +54,7 @@ char *ast_skip_blanks(char *str),
\brief Trims trailing whitespace characters from a string. \brief Trims trailing whitespace characters from a string.
\param ast_trim_blanks function being used \param ast_trim_blanks function being used
\param str the input string \param str the input string
\return a pointer to the NULL following the string \return a pointer to the modified string
*/ */
AST_INLINE_API( AST_INLINE_API(
char *ast_trim_blanks(char *str), char *ast_trim_blanks(char *str),