Mercurial > trustbridge
changeset 120:702033705bb8
Removed trailing whitespace.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Sat, 22 Mar 2014 17:48:42 +0100 |
parents | 24ca8e2ceecf |
children | 4bb5f295987b |
files | common/strhelp.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/common/strhelp.h Sat Mar 22 17:46:12 2014 +0100 +++ b/common/strhelp.h Sat Mar 22 17:48:42 2014 +0100 @@ -17,7 +17,7 @@ /** * @brief Returns the length of the given %NULL-terminated * string array str_array. - * @param[in] str_array a %NULL-terminated array of strings + * @param[in] str_array a %NULL-terminated array of strings * @returns length of str_array. */ unsigned int strv_length (char **str_array); @@ -44,7 +44,7 @@ /** * @brief Frees the given %NULL-terminated string array. - * @param[inout] str_array a %NULL-terminated array of strings + * @param[inout] str_array a %NULL-terminated array of strings */ void strv_free (char **str_array); #endif