summaryrefslogtreecommitdiffstats
path: root/util/mkerr.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-05-19 13:36:29 +0000
committerRichard Levitte <levitte@openssl.org>2000-05-19 13:36:29 +0000
commit145d39fbe50d746601a5745959a4431a99d719d2 (patch)
tree2d74375c170485ec07cf00ea30601d64eb8e1707 /util/mkerr.pl
parentd9586857d645cd70bbf8e1b14b8d56dfa39a16a9 (diff)
Remove extra comma (creates a unnessecary null element, right?).
Diffstat (limited to 'util/mkerr.pl')
-rw-r--r--util/mkerr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkerr.pl b/util/mkerr.pl
index 8e18f3c2df..5f094a5082 100644
--- a/util/mkerr.pl
+++ b/util/mkerr.pl
@@ -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;
}