getpart.pm: remove misleading comment

This commit is contained in:
Yang Tse 2012-06-21 18:17:50 +02:00
parent aefb9196cf
commit 2f738c7f40
1 changed files with 1 additions and 1 deletions

View File

@ -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 {