fix prototype

This commit is contained in:
Ward Wouts 2002-11-11 18:56:10 +00:00
parent 30017b489b
commit 942ef34fb9

View file

@ -155,7 +155,7 @@ sub run_checks {
}
# returns 0 if all entries in @target_list are unique. 1 if not.
sub check_unique (@target_list){
sub check_unique (@){
my @uniqu;
my @target_list = @_;
my %seen = ();