From: Yang Tse Date: Thu, 21 Jun 2012 16:17:50 +0000 (+0200) Subject: getpart.pm: remove misleading comment X-Git-Tag: curl-7_27_0~141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f738c7f407b1c2be2761d3d03d2def89669c209;p=thirdparty%2Fcurl.git getpart.pm: remove misleading comment --- diff --git a/tests/getpart.pm b/tests/getpart.pm index 3e9c5a4d5d..58bb3e42c2 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 {