summaryrefslogtreecommitdiff
path: root/src/microhttpd/reason_phrase.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/reason_phrase.c')
-rw-r--r--src/microhttpd/reason_phrase.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/microhttpd/reason_phrase.c b/src/microhttpd/reason_phrase.c
index 82605565..03e741b2 100644
--- a/src/microhttpd/reason_phrase.c
+++ b/src/microhttpd/reason_phrase.c
@@ -30,7 +30,9 @@
#define NULL (void*)0
#endif
-static const char *invalid_hundred[] = { NULL };
+static const char *invalid_hundred[] = {
+ NULL
+};
static const char *const one_hundred[] = {
"Continue",