commit d588a45578331e85ff20791deec9a1519ed5e565
parent 93bc2751bf5a04380de4435877344418bbeec770
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 27 Sep 2023 20:35:10 +0300
Correction for 93bc2751bf5a04380de4435877344418bbeec770
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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
@@ -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);
}