Skip to content

Commit

Permalink
Can't redeclare "my" in "my"
Browse files Browse the repository at this point in the history
  • Loading branch information
hsriat authored and carandraug committed Feb 3, 2017
1 parent 611e1c5 commit ba7052d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/Tools/Alignment/Consed.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ Recursion is kewl, but this sub should likely be _reverse_recurse.


sub reverse_recurse($$) {
my ($r_source,my $r_destination) = @_;
my ($r_source, $r_destination) = @_;
if (!@$r_source) {
return $r_destination;
}
Expand Down

0 comments on commit ba7052d

Please sign in to comment.