aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin_set.c')
-rw-r--r--builtin_set.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/builtin_set.c b/builtin_set.c
index 6841aeb4..c41cd437 100644
--- a/builtin_set.c
+++ b/builtin_set.c
@@ -179,8 +179,9 @@ static int my_env_set( const wchar_t *key, array_list_t *val, int scope )
\param indexes the list to insert the new indexes into
\param src the source string to parse
\param name the name of the element. Return null if the name in \c src does not match this name
+ \param the number of elements in the array to parse.
- \return the number of indexes parsed, or -1 on error
+ \return the total number of indexes parsed, or -1 on error
*/
static int parse_index( array_list_t *indexes,
const wchar_t *src,