You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bj...@apache.org on 2009/09/09 19:35:35 UTC

svn commit: r813055 - /apr/apr/trunk/include/apr_crypto.h

Author: bjh
Date: Wed Sep  9 17:35:34 2009
New Revision: 813055

URL: http://svn.apache.org/viewvc?rev=813055&view=rev
Log:
Fix spacing around apr_crypto_driver_name() as it was causing a link failure
by including a space in the symbol name in the generated export file
ApacheCoreOS2.def.

Modified:
    apr/apr/trunk/include/apr_crypto.h

Modified: apr/apr/trunk/include/apr_crypto.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_crypto.h?rev=813055&r1=813054&r2=813055&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_crypto.h (original)
+++ apr/apr/trunk/include/apr_crypto.h Wed Sep  9 17:35:34 2009
@@ -219,7 +219,7 @@
  * @param driver - The driver in use.
  * @return The name of the driver.
  */
-APR_DECLARE(const char *)apr_crypto_driver_name (const apr_crypto_driver_t *driver);
+APR_DECLARE(const char *) apr_crypto_driver_name(const apr_crypto_driver_t *driver);
 
 /**
  * @brief Get the result of the last operation on a factory. If the result