doc/man3: use the documented coding style in the example code
[openssl.git] / doc / man3 / X509_STORE_CTX_get_error.pod
index 105e051a1d470c13a976af94942b6511a7026af0..f166b0832d4e611cc826d25c2a736c70dde54703 100644 (file)
@@ -70,7 +70,7 @@ is B<not> successful the returned chain may be incomplete or invalid. The
 returned chain persists after the B<ctx> structure is freed, when it is
 no longer needed it should be free up using:
 
 sk_X509_pop_free(chain, X509_free);
+ sk_X509_pop_free(chain, X509_free);
 
 X509_verify_cert_error_string() returns a human readable error string for
 verification error B<n>.