summaryrefslogtreecommitdiff
path: root/src/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.c')
-rw-r--r--src/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.c b/src/channel.c
index 2c82efa72..67be1d75e 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -5496,12 +5496,12 @@ job_start(typval_T *argvars, char **argv_arg, jobopt_T *opt_arg)
int argc = 0;
#if defined(UNIX)
# define USE_ARGV
+ int i;
#else
garray_T ga;
#endif
jobopt_T opt;
ch_part_T part;
- int i;
job = job_alloc();
if (job == NULL)