From b78e24a19272415a1a0244d0a13676baece55bd7 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 29 Jan 2024 23:26:49 +0100 Subject: Fixed compiler warnings --- src/testcurl/https/tls_test_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testcurl/https/tls_test_common.c b/src/testcurl/https/tls_test_common.c index f28f2fb2..07dcc4f1 100644 --- a/src/testcurl/https/tls_test_common.c +++ b/src/testcurl/https/tls_test_common.c @@ -751,8 +751,8 @@ testsuite_curl_global_init (void) * @param prog_name program name, may include path * @param marker marker to look for. * @return zero if any parameter is NULL or empty string or - * @prog_name ends with slash or @marker is not found in - * program name, non-zero if @maker is found in program + * @a prog_name ends with slash or @a marker is not found in + * program name, non-zero if @a maker is found in program * name. */ int -- cgit v1.2.3