aboutsummaryrefslogtreecommitdiff
path: root/src/examples/minimal_example_empty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/minimal_example_empty.c')
-rw-r--r--src/examples/minimal_example_empty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/examples/minimal_example_empty.c b/src/examples/minimal_example_empty.c
index 3556d753..2c76654a 100644
--- a/src/examples/minimal_example_empty.c
+++ b/src/examples/minimal_example_empty.c
@@ -93,7 +93,6 @@ main (int argc,
93 (uint16_t) port, 93 (uint16_t) port,
94 NULL, NULL, &ahc_echo, NULL, 94 NULL, NULL, &ahc_echo, NULL,
95 MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 120, 95 MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 120,
96 MHD_OPTION_STRICT_FOR_CLIENT, (int) 1,
97 MHD_OPTION_END); 96 MHD_OPTION_END);
98 if (d == NULL) 97 if (d == NULL)
99 return 1; 98 return 1;