summaryrefslogtreecommitdiff
path: root/src/ex_cmds2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r--src/ex_cmds2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 88257ccdd..e1a0dfd11 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -2033,7 +2033,7 @@ set_arglist(char_u *str)
static int
do_arglist(
char_u *str,
- int what UNUSED,
+ int what,
int after UNUSED) /* 0 means before first one */
{
garray_T new_ga;