aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-06-21 13:39:59 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-06-21 13:39:59 +0300
commit0b7bac9786c7a5d05fdbc1492634195b46cd59d9 (patch)
treef55a70981db8282e1af85473f596c440fe0ec499
parentaec976ee2f2a8105caa8040e55c5d3bf8ed434a1 (diff)
downloadlibmicrohttpd-0b7bac9786c7a5d05fdbc1492634195b46cd59d9.tar.gz
libmicrohttpd-0b7bac9786c7a5d05fdbc1492634195b46cd59d9.zip
daemon.c: cosmetics
-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 26940bf9..5e136716 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -4930,7 +4930,7 @@ MHD_epoll (struct MHD_Daemon *daemon,
4930#endif 4930#endif
4931 return MHD_NO; 4931 return MHD_NO;
4932 } 4932 }
4933 for (i = 0; i<(unsigned int) num_events; i++) 4933 for (i = 0; i < (unsigned int) num_events; i++)
4934 { 4934 {
4935 /* First, check for the values of `ptr` that would indicate 4935 /* First, check for the values of `ptr` that would indicate
4936 that this event is not about a normal connection. */ 4936 that this event is not about a normal connection. */