You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/06/28 07:39:34 UTC

svn commit: r1606297 - /httpd/httpd/branches/2.4.x/modules/filters/mod_deflate.c

Author: jailletc36
Date: Sat Jun 28 05:39:34 2014
New Revision: 1606297

URL: http://svn.apache.org/r1606297
Log:
fix c++/c99 comment
r1604353 in trunk

Modified:
    httpd/httpd/branches/2.4.x/modules/filters/mod_deflate.c

Modified: httpd/httpd/branches/2.4.x/modules/filters/mod_deflate.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/filters/mod_deflate.c?rev=1606297&r1=1606296&r2=1606297&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/filters/mod_deflate.c (original)
+++ httpd/httpd/branches/2.4.x/modules/filters/mod_deflate.c Sat Jun 28 05:39:34 2014
@@ -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,