aboutsummaryrefslogtreecommitdiff
path: root/src/examples/upgrade_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/upgrade_example.c')
-rw-r--r--src/examples/upgrade_example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/upgrade_example.c b/src/examples/upgrade_example.c
index 73cfafb2..35761c97 100644
--- a/src/examples/upgrade_example.c
+++ b/src/examples/upgrade_example.c
@@ -296,8 +296,8 @@ main (int argc,
296 atoi (argv[1]), 296 atoi (argv[1]),
297 NULL, NULL, 297 NULL, NULL,
298 &ahc_echo, NULL, 298 &ahc_echo, NULL,
299 MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 120, 299 MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 120,
300 MHD_OPTION_END); 300 MHD_OPTION_END);
301 if (d == NULL) 301 if (d == NULL)
302 return 1; 302 return 1;
303 (void) getc (stdin); 303 (void) getc (stdin);