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),