diff options
author | Yang Tse <yangsita@gmail.com> | 2012-06-21 18:17:50 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-06-21 18:32:30 +0200 |
commit | 2f738c7f407b1c2be2761d3d03d2def89669c209 (patch) | |
tree | 14e4f7fd26229f148d5ff747b2960ef2900acf5f /tests/getpart.pm | |
parent | aefb9196cfb60c534ce1ce31db38940f3bf4df83 (diff) | |
download | curl-2f738c7f407b1c2be2761d3d03d2def89669c209.tar.gz |
getpart.pm: remove misleading comment
Diffstat (limited to 'tests/getpart.pm')
-rw-r--r-- | tests/getpart.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/getpart.pm b/tests/getpart.pm index 3e9c5a4d5..58bb3e42c 100644 --- a/tests/getpart.pm +++ b/tests/getpart.pm @@ -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 { |