]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove bogus comment.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 29 Sep 2001 08:29:18 +0000 (08:29 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 29 Sep 2001 08:29:18 +0000 (08:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91190 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index 83c9714fc1e4264dbb862d160ddb7cbcbcd6060f..813e1c70bb7a09dd7fde76d709dd7b248d09f931 100644 (file)
@@ -487,7 +487,7 @@ typedef struct http_filter_ctx {
     int status;
     apr_size_t remaining;
     enum {
-        BODY_NONE   /* must have value of zero */,
+        BODY_NONE,
         BODY_LENGTH,
         BODY_CHUNK
     } state;