Skip to content

Commit

Permalink
Added one more newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 22, 2005
1 parent c42ddac commit 1ead3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IcculusFinger_daemon.pl
Expand Up @@ -703,6 +703,7 @@ sub output_ending {
my $maxlength = (defined $revision) ? length($revision) : 0;
$maxlength = length($text_credits) if(length($text_credits)>$maxlength);
$maxlength = length($wittyremark) if(length($wittyremark)>$maxlength);
print "\n";
print "-" x $maxlength . "\n";
print "$revision\n" if (defined $revision);
print ".plan archives for this user: finger $user?listarchives=1\@$host\n";
Expand Down

0 comments on commit 1ead3bf

Please sign in to comment.