Remove extra comma (creates a unnessecary null element, right?).
This commit is contained in:
parent
d9586857d6
commit
145d39fbe5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ while (@ARGV) {
|
|||
}
|
||||
|
||||
if($recurse) {
|
||||
@source = (<crypto/*.c>, <crypto/*/*.c>, ,<rsaref/*.c>, <ssl/*.c>);
|
||||
@source = (<crypto/*.c>, <crypto/*/*.c>, <rsaref/*.c>, <ssl/*.c>);
|
||||
} else {
|
||||
@source = @ARGV;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue