Skip to content

Commit

Permalink
getpart.pm: remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtse committed Jun 21, 2012
1 parent aefb919 commit 2f738c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/getpart.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2f738c7

Please sign in to comment.