[svn-commits] branch 1.2 - r7827 /branches/1.2/include/asterisk/strings.h

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Jan 5 17:53:08 CST 2006


Author: tilghman
Date: Thu Jan  5 17:53:07 2006
New Revision: 7827

URL: http://svn.digium.com/view/asterisk?rev=7827&view=rev
Log:
Bug 6076 - Fix documentation of ast_trim_blank return value

Modified:
    branches/1.2/include/asterisk/strings.h

Modified: branches/1.2/include/asterisk/strings.h
URL: http://svn.digium.com/view/asterisk/branches/1.2/include/asterisk/strings.h?rev=7827&r1=7826&r2=7827&view=diff
==============================================================================
--- branches/1.2/include/asterisk/strings.h (original)
+++ branches/1.2/include/asterisk/strings.h Thu Jan  5 17:53:07 2006
@@ -54,7 +54,7 @@
   \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),



More information about the svn-commits mailing list