aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_set.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-21 07:20:16 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-21 07:20:16 +1000
commit7268a4a4e0ddb8ed10df20005cd78c90e900802f (patch)
tree40f66a1a592742702fd48643afb2b29433e63fec /builtin_set.c
parent51c6c5ea4944f60aeaf755db4b98462df5e51a45 (diff)
Various code polish, including minor rearangement of builtin code to export fewer functions, a few additional input checks, and removal of the unneeded, exported error_max variable
darcs-hash:20060620212016-ac50b-f76c10eea23fab14a648ea83ed0c83a171b8fef9.gz
Diffstat (limited to 'builtin_set.c')
-rw-r--r--builtin_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin_set.c b/builtin_set.c
index c41cd437..f4aaf920 100644
--- a/builtin_set.c
+++ b/builtin_set.c
@@ -179,7 +179,7 @@ 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.
+ \param var_count the number of elements in the array to parse.
\return the total number of indexes parsed, or -1 on error
*/