mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
cmdline-opts/gen.pl: define the correct varname
The variable definition had a small typo making it declare another variable then the intended. Closes #3304 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
27a5e1f111
commit
8802ad965d
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ sub single {
|
|||
print STDERR "WARN: unrecognized line in $f, ignoring:\n:'$_';"
|
||||
}
|
||||
}
|
||||
my @dest;
|
||||
my @desc;
|
||||
while(<F>) {
|
||||
push @desc, $_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue