aboutsummaryrefslogtreecommitdiff
path: root/src/examples/suspend_resume_epoll.c
diff options
context:
space:
mode:
authorsilvioprog <silvioprog@gmail.com>2018-10-09 01:44:50 -0300
committersilvioprog <silvioprog@gmail.com>2018-10-09 01:44:50 -0300
commit30477aab575651b6161cd7267e5722bf1cad4d03 (patch)
treeedafebf075a405768b01be29874daac39a2c802c /src/examples/suspend_resume_epoll.c
parent0db81a9248b12abc74f153ebd642441d0f9c3e58 (diff)
downloadlibmicrohttpd-30477aab575651b6161cd7267e5722bf1cad4d03.tar.gz
libmicrohttpd-30477aab575651b6161cd7267e5722bf1cad4d03.zip
Style fixes.
Diffstat (limited to 'src/examples/suspend_resume_epoll.c')
-rw-r--r--src/examples/suspend_resume_epoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/suspend_resume_epoll.c b/src/examples/suspend_resume_epoll.c
index 4007cc94..73ac6e45 100644
--- a/src/examples/suspend_resume_epoll.c
+++ b/src/examples/suspend_resume_epoll.c
@@ -148,7 +148,7 @@ main (int argc,
148 atoi (argv[1]), 148 atoi (argv[1]),
149 NULL, NULL, &ahc_echo, NULL, 149 NULL, NULL, &ahc_echo, NULL,
150 MHD_OPTION_NOTIFY_COMPLETED, &connection_done, NULL, 150 MHD_OPTION_NOTIFY_COMPLETED, &connection_done, NULL,
151 MHD_OPTION_END); 151 MHD_OPTION_END);
152 if (d == NULL) 152 if (d == NULL)
153 return 1; 153 return 1;
154 154