aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-11-17 07:48:00 +0000
committerChristian Grothoff <christian@grothoff.org>2007-11-17 07:48:00 +0000
commit0692908cdbb5cf80de854c217702f6ea6d28595a (patch)
tree9b53154644aa80deebbced28c99bef21c3d93e9d
parent9b8da38c0678ef07d6c69862c18948304684c2fe (diff)
downloadlibmicrohttpd-0692908cdbb5cf80de854c217702f6ea6d28595a.tar.gz
libmicrohttpd-0692908cdbb5cf80de854c217702f6ea6d28595a.zip
fixing SVN 1288
-rw-r--r--src/daemon/reason_phrase.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/reason_phrase.c b/src/daemon/reason_phrase.c
index 27d4d73c..403bd6cf 100644
--- a/src/daemon/reason_phrase.c
+++ b/src/daemon/reason_phrase.c
@@ -91,6 +91,7 @@ struct MHD_Reason_Block {
91#define BLOCK(m) { (sizeof(m) / sizeof(char*)), m } 91#define BLOCK(m) { (sizeof(m) / sizeof(char*)), m }
92 92
93static const struct MHD_Reason_Block reasons[] = { 93static const struct MHD_Reason_Block reasons[] = {
94 BLOCK(invalid_hundred),
94 BLOCK(one_hundred), 95 BLOCK(one_hundred),
95 BLOCK(two_hundred), 96 BLOCK(two_hundred),
96 BLOCK(three_hundred), 97 BLOCK(three_hundred),