aboutsummaryrefslogtreecommitdiff
path: root/src/examples/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/demo.c')
-rw-r--r--src/examples/demo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/demo.c b/src/examples/demo.c
index eb974d3a..1830d3b0 100644
--- a/src/examples/demo.c
+++ b/src/examples/demo.c
@@ -524,7 +524,7 @@ process_upload_data (void *cls,
524 } 524 }
525 if (NULL == filename) 525 if (NULL == filename)
526 { 526 {
527 fprintf (stderr, "No filename, aborting upload\n"); 527 fprintf (stderr, "No filename, aborting upload.\n");
528 return MHD_NO; /* no filename, error */ 528 return MHD_NO; /* no filename, error */
529 } 529 }
530 if ( (NULL == uc->category) || 530 if ( (NULL == uc->category) ||
@@ -946,7 +946,7 @@ main (int argc, char *const *argv)
946 MHD_OPTION_END); 946 MHD_OPTION_END);
947 if (NULL == d) 947 if (NULL == d)
948 return 1; 948 return 1;
949 fprintf (stderr, "HTTP server running. Press ENTER to stop the server\n"); 949 fprintf (stderr, "HTTP server running. Press ENTER to stop the server.\n");
950 (void) getc (stdin); 950 (void) getc (stdin);
951 MHD_stop_daemon (d); 951 MHD_stop_daemon (d);
952 MHD_destroy_response (file_not_found_response); 952 MHD_destroy_response (file_not_found_response);