The branch master has been updated
       via  291a4d91eb9896645475758dee5032351a3f773e (commit)
      from  6a6eb7a4aa04e46b69be4e5536d2fa0a839b4f0c (commit)


- Log -----------------------------------------------------------------
commit 291a4d91eb9896645475758dee5032351a3f773e
Author: Richard Levitte <[email protected]>
Date:   Wed May 18 22:15:30 2016 +0200

    Small typo, a tab where there should have been a space
    
    Reviewed-by: Rich Salz <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 util/mkerr.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/mkerr.pl b/util/mkerr.pl
index 36f0640..7d07978 100644
--- 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";
            }
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to