diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c index 4eeff3ca..16541523 100644 --- a/src/microhttpd/digestauth.c +++ b/src/microhttpd/digestauth.c @@ -197,7 +197,7 @@ enum MHD_CheckNonceNC_ /** * The 'nonce' is wrong, it was not generated before. */ - MHD_CHECK_NONCENC_WRONG = MHD_DAUTH_NONCE_WRONG, + MHD_CHECK_NONCENC_WRONG = MHD_DAUTH_NONCE_WRONG }; diff --git a/src/testcurl/test_get_response_cleanup.c b/src/testcurl/test_get_response_cleanup.c index bb332edd..8307dc42 100644 --- a/src/testcurl/test_get_response_cleanup.c +++ b/src/testcurl/test_get_response_cleanup.c @@ -88,7 +88,7 @@ kill_curl (pid_t pid) { int status; - /* fprintf (stderr, "Killing curl\n"); / + /* fprintf (stderr, "Killing curl\n"); */ kill (pid, SIGTERM); waitpid (pid, &status, 0); }