You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mt...@apache.org on 2008/04/12 15:42:34 UTC

svn commit: r647448 - /apr/apr/trunk/include/apr_pools.h

Author: mturk
Date: Sat Apr 12 06:42:33 2008
New Revision: 647448

URL: http://svn.apache.org/viewvc?rev=647448&view=rev
Log:
Fix typo for r647384

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

Modified: apr/apr/trunk/include/apr_pools.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_pools.h?rev=647448&r1=647447&r2=647448&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_pools.h (original)
+++ apr/apr/trunk/include/apr_pools.h Sat Apr 12 06:42:33 2008
@@ -276,7 +276,7 @@
  *         apr_pool_create_core_ex in a wrapper, trust the macro
  *         and don't call apr_pool_create_core_ex_debug directly.
  */
-APR_DECLARE(apr_status_t) apr_pool_create_ex_core_debug(apr_pool_t **newpool,
+APR_DECLARE(apr_status_t) apr_pool_create_core_ex_debug(apr_pool_t **newpool,
                                                    apr_abortfunc_t abort_fn,
                                                    apr_allocator_t *allocator,
                                                    const char *file_line);