summaryrefslogtreecommitdiff
path: root/src/fastcgi.h
diff options
context:
space:
mode:
authorKrzysztof Krzyżaniak <eloy@debian.org>2006-10-09 09:32:13 +0000
committerKrzysztof Krzyżaniak <eloy@debian.org>2006-10-09 09:32:13 +0000
commite4c4e8f27b87db4084df3a3ee4f69f11f1b421af (patch)
tree0b98fbd030b6861640091b40838502371710d8b2 /src/fastcgi.h
parentb01d8392f0f4dde45edf65a5dd25e62abbe831b0 (diff)
downloadlighttpd-e4c4e8f27b87db4084df3a3ee4f69f11f1b421af.tar.gz
eloy: new upstream version
Diffstat (limited to 'src/fastcgi.h')
-rw-r--r--src/fastcgi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fastcgi.h b/src/fastcgi.h
index 15f1dea..31c00ad 100644
--- a/src/fastcgi.h
+++ b/src/fastcgi.h
@@ -1,4 +1,4 @@
-/*
+/*
* fastcgi.h --
*
* Defines for the FastCGI protocol.
@@ -123,7 +123,7 @@ typedef struct {
typedef struct {
- unsigned char type;
+ unsigned char type;
unsigned char reserved[7];
} FCGI_UnknownTypeBody;