This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
openssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Small typo, a tab where there should have been a space
Reviewed-by: Rich Salz <rsalz@openssl.org>
master
Richard Levitte
6 years ago
parent
6a6eb7a4aa
commit
291a4d91eb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
util/mkerr.pl
+ 1
- 1
util/mkerr.pl
View File
@ -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"
;
}
Write
Preview
Loading…
Cancel
Save