From aa0f1075bb57c88df5a8d2d55654efc4c84665b8 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 27 Sep 2010 18:41:33 +0000 Subject: [PATCH] axe extra ";", fixing this messages from Sun Studio: warning: syntax error: empty declaration git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1001864 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cache/mod_cache.h b/modules/cache/mod_cache.h index f7d3f824c2..2ebd054c2a 100644 --- a/modules/cache/mod_cache.h +++ b/modules/cache/mod_cache.h @@ -176,7 +176,7 @@ CACHE_DECLARE(apr_table_t *)ap_cache_cacheable_headers_out(request_rec *r); * more advanced processing, or to store statistics about the cache behaviour. */ APR_DECLARE_EXTERNAL_HOOK(cache, CACHE, int, cache_status, (cache_handle_t *h, - request_rec *r, ap_cache_status_e status, const char *reason)); + request_rec *r, ap_cache_status_e status, const char *reason)) APR_DECLARE_OPTIONAL_FN(apr_status_t, ap_cache_generate_key, -- 2.50.1