mirror of
https://github.com/curl/curl.git
synced 2026-05-02 22:37:52 +03:00
getpart.pm: remove misleading comment
This commit is contained in:
parent
aefb9196cf
commit
2f738c7f40
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ sub getpart {
|
|||
# section; end of file implies end of section.
|
||||
print STDERR "*** getpart.pm: $section/$part returned empty!\n";
|
||||
}
|
||||
return @this; # empty when end of section detected
|
||||
return @this;
|
||||
}
|
||||
|
||||
sub partexists {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue