]> granicus.if.org Git - apache/commitdiff
axe extra ";", fixing this messages from Sun Studio:
authorJeff Trawick <trawick@apache.org>
Mon, 27 Sep 2010 18:41:33 +0000 (18:41 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 27 Sep 2010 18:41:33 +0000 (18:41 +0000)
  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

index f7d3f824c2ae7d00dcbd710c4c5c05dfb14fe28f..2ebd054c2ae64c0a5b7e1e3c33db8fdca09634e4 100644 (file)
@@ -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,