aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-01 19:34:04 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-01 19:34:04 +0000
commit6f38d5fd1d39f15caaabb0a8853a79f1c8e9d1bc (patch)
tree3742bcbf4069e41f378edea970c708d935fd3288
parente476f6843df6c15d53a02ab7b58e56b9b63701c3 (diff)
downloadlibmicrohttpd-6f38d5fd1d39f15caaabb0a8853a79f1c8e9d1bc.tar.gz
libmicrohttpd-6f38d5fd1d39f15caaabb0a8853a79f1c8e9d1bc.zip
-typo
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 27c63837..197c5af8 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -51,7 +51,7 @@
51#endif 51#endif
52 52
53#ifndef HAVE_ACCEPT4 53#ifndef HAVE_ACCEPT4
54#define HAVE_ACCEPT4 54#define HAVE_ACCEPT4 0
55#endif 55#endif
56 56
57/** 57/**