From 4251f0467cb45f4452fa5b8a96151856d9c996f9 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 28 Jun 2014 05:39:34 +0000 Subject: [PATCH] fix c++/c99 comment r1604353 in trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1606297 13f79535-47bb-0310-9956-ffa450edef68 --- modules/filters/mod_deflate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/filters/mod_deflate.c b/modules/filters/mod_deflate.c index b8e8fd6e6e..a35cb81fc1 100644 --- a/modules/filters/mod_deflate.c +++ b/modules/filters/mod_deflate.c @@ -306,7 +306,7 @@ typedef struct deflate_ctx_t int (*libz_end_func)(z_streamp); unsigned char *validation_buffer; apr_size_t validation_buffer_length; - char header[10]; // sizeof(gzip_header) + char header[10]; /* sizeof(gzip_header) */ apr_size_t header_len; int zlib_flags; unsigned int consume_pos, -- 2.40.0