Small typo, a tab where there should have been a space
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
6a6eb7a4aa
commit
291a4d91eb
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue