diff options
author | Stefan Fritsch <sf@apache.org> | 2012-01-09 14:08:11 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2012-01-09 14:08:11 +0100 |
commit | 3b2b67b26f2dfeb28927ac293d5c29194712516d (patch) | |
tree | 383564ba14b47d335a2fdca386ea955dc07beda8 | |
parent | Rename ap_func_attr_* macros to AP_FN_ATTR_* (diff) | |
download | apache2-3b2b67b26f2dfeb28927ac293d5c29194712516d.tar.xz apache2-3b2b67b26f2dfeb28927ac293d5c29194712516d.zip |
Fix cut'n'paster error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229136 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | include/httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h index c6eb15e9bf..90bbc1043b 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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 |