Skip to content

Commit

Permalink
cmdline-opts/gen.pl: define the correct varname
Browse files Browse the repository at this point in the history
The variable definition had a small typo making it declare another
variable then the intended.

Closes #3304
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
  • Loading branch information
danielgustafsson committed Nov 26, 2018
1 parent 27a5e1f commit 8802ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cmdline-opts/gen.pl
Expand Up @@ -158,7 +158,7 @@ sub single {
print STDERR "WARN: unrecognized line in $f, ignoring:\n:'$_';"
}
}
my @dest;
my @desc;
while(<F>) {
push @desc, $_;
}
Expand Down

0 comments on commit 8802ad9

Please sign in to comment.