Commit 2f738c7f authored by Yang Tse's avatar Yang Tse
Browse files

getpart.pm: remove misleading comment

parent aefb9196
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {