Skip to content
Snippets Groups Projects
Commit 2f738c7f authored by Yang Tse's avatar Yang Tse
Browse files

getpart.pm: remove misleading comment

parent aefb9196
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment