]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Bug 6076 - Fix documentation of ast_trim_blank return value
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 5 Jan 2006 23:53:07 +0000 (23:53 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 5 Jan 2006 23:53:07 +0000 (23:53 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7827 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/strings.h

index 13ecb3a5f84f3e93b1dc0ed6e038bde67c13c14d..52bbc36297d020d202ecf67221e1d977e688ede4 100644 (file)
@@ -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),