summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/option.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/option.c b/src/option.c
index 91bf59e..8c7bfbf 100644
--- a/src/option.c
+++ b/src/option.c
@@ -3164,10 +3164,10 @@ static int one_opt(int option, char *arg, char *errstr, char *gen_err, int comma
for (tmp = new->names; tmp->next; tmp = tmp->next);
tmp->next = nl;
}
-
- arg = comma;
- comma = split(arg);
}
+
+ arg = comma;
+ comma = split(arg);
}
/* Keep list order */