Skip to content

Commit

Permalink
removed problematic "last" directive
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Jan 3, 2013
1 parent 6245954 commit 69260d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/Doc.pm
Expand Up @@ -39,7 +39,7 @@ sub command {
$this->{Parmode} = 'Body';
$this->{Parmode} = 'NAME' if $txt =~ /NAME/;
} elsif ($this->{Mode} =~ /NAME/) {
last;
# do nothing (was 'last' but that was probably a mistake)
} elsif ($cmd eq 'head2') {
# A function can have multiple names (ex: zeros and zeroes),
# so split at the commas
Expand Down

0 comments on commit 69260d2

Please sign in to comment.