fix prototype
This commit is contained in:
parent
30017b489b
commit
942ef34fb9
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ sub run_checks {
|
||||||
}
|
}
|
||||||
|
|
||||||
# returns 0 if all entries in @target_list are unique. 1 if not.
|
# returns 0 if all entries in @target_list are unique. 1 if not.
|
||||||
sub check_unique (@target_list){
|
sub check_unique (@){
|
||||||
my @uniqu;
|
my @uniqu;
|
||||||
my @target_list = @_;
|
my @target_list = @_;
|
||||||
my %seen = ();
|
my %seen = ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue