From: Tilghman Lesher Date: Thu, 5 Jan 2006 23:54:28 +0000 (+0000) Subject: Merged revisions 7827 via svnmerge from X-Git-Tag: 1.4.0-beta1~3057 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6bd113f024457ba4328436115b9950481cdb635;p=thirdparty%2Fasterisk.git Merged revisions 7827 via svnmerge from /branches/1.2 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7828 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/strings.h b/include/asterisk/strings.h index 1a827e6252..b7f9e718a9 100644 --- a/include/asterisk/strings.h +++ b/include/asterisk/strings.h @@ -54,7 +54,7 @@ char *ast_skip_blanks(char *str), \brief Trims trailing whitespace characters from a string. \param ast_trim_blanks function being used \param str the input string - \return a pointer to the NULL following the string + \return a pointer to the modified string */ AST_INLINE_API( char *ast_trim_blanks(char *str),