Commit 714babe8 authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

Fix cut'n'paster error


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229136 13f79535-47bb-0310-9956-ffa450edef68
parent ba82a071
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2161,7 +2161,7 @@ AP_DECLARE(void *) ap_calloc(size_t nelem, size_t size)
 */
AP_DECLARE(void *) ap_realloc(void *ptr, size_t size)
                   AP_FN_ATTR_WARN_UNUSED_RESULT
                   AP_FN_ATTR_ALLOC_SIZE2(1,2);
                   AP_FN_ATTR_ALLOC_SIZE(2);


#define AP_NORESTART APR_OS_START_USEERR + 1