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:
6a6eb7a
)
Small typo, a tab where there should have been a space
author
Richard Levitte
<levitte@openssl.org>
Wed, 18 May 2016 20:15:30 +0000
(22:15 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 18 May 2016 20:15:30 +0000
(22:15 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mkerr.pl
patch
|
blob
|
history
diff --git
a/util/mkerr.pl
b/util/mkerr.pl
index 36f06405116a668c91c1add4738a7f43d5f7f96b..7d0797859fc997b12ed4ace583f2fd38e8b42d8b 100644
(file)
--- a/
util/mkerr.pl
+++ b/
util/mkerr.pl
@@
-517,7
+517,7
@@
EOF
EOF
do {
if ($cplusplus == $cpp) {
- print OUT "#", " "x$cpp, "ifdef __cplusplus\n";
+ print OUT "#", " "x$cpp, "ifdef __cplusplus\n";
print OUT "}\n";
print OUT "#", " "x$cpp, "endif\n";
}