projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d958685
)
Remove extra comma (creates a unnessecary null element, right?).
author
Richard Levitte
<levitte@openssl.org>
Fri, 19 May 2000 13:36:29 +0000
(13:36 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 19 May 2000 13:36:29 +0000
(13:36 +0000)
util/mkerr.pl
patch
|
blob
|
history
diff --git
a/util/mkerr.pl
b/util/mkerr.pl
index 8e18f3c2dff8d4c75fbf3a3a4c5b6d0279a8c028..5f094a50826e869900741bcc0f34672f0f3df073 100644
(file)
--- 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;
}