aboutsummaryrefslogtreecommitdiff
path: root/src/examples/demo_https.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/demo_https.c')
-rw-r--r--src/examples/demo_https.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/demo_https.c b/src/examples/demo_https.c
index 6e42f3a5..69922136 100644
--- a/src/examples/demo_https.c
+++ b/src/examples/demo_https.c
@@ -527,7 +527,7 @@ process_upload_data (void *cls,
527 } 527 }
528 if (NULL == filename) 528 if (NULL == filename)
529 { 529 {
530 fprintf (stderr, "No filename, aborting upload\n"); 530 fprintf (stderr, "No filename, aborting upload.\n");
531 return MHD_NO; /* no filename, error */ 531 return MHD_NO; /* no filename, error */
532 } 532 }
533 if ( (NULL == uc->category) || 533 if ( (NULL == uc->category) ||
@@ -1001,7 +1001,7 @@ main (int argc, char *const *argv)
1001 MHD_OPTION_END); 1001 MHD_OPTION_END);
1002 if (NULL == d) 1002 if (NULL == d)
1003 return 1; 1003 return 1;
1004 fprintf (stderr, "HTTP server running. Press ENTER to stop the server\n"); 1004 fprintf (stderr, "HTTP server running. Press ENTER to stop the server.\n");
1005 (void) getc (stdin); 1005 (void) getc (stdin);
1006 MHD_stop_daemon (d); 1006 MHD_stop_daemon (d);
1007 MHD_destroy_response (file_not_found_response); 1007 MHD_destroy_response (file_not_found_response);