]> granicus.if.org Git - apache/commitdiff
fix c++/c99 comment
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 28 Jun 2014 05:39:34 +0000 (05:39 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 28 Jun 2014 05:39:34 +0000 (05:39 +0000)
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

index b8e8fd6e6ea426a4c69778e8c4af0cad595b5783..a35cb81fc12f3b9d817b47f2168abd8d96f4a8c9 100644 (file)
@@ -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,