From: Stefan Fritsch Date: Mon, 9 Jan 2012 13:08:11 +0000 (+0000) Subject: Fix cut'n'paster error X-Git-Tag: 2.5.0-alpha~7588 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b2b67b26f2dfeb28927ac293d5c29194712516d;p=thirdparty%2Fapache%2Fhttpd.git Fix cut'n'paster error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229136 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index c6eb15e9bf7..90bbc1043bc 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