From 54605666ed43c8c70967e71aa43fb6db2e6788f8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 6 Mar 2023 00:09:19 +0100 Subject: [PATCH] lib1560: fix enumerated type mixed with another type Follow-up to c84c0f9aa3bb006 Closes #10684 --- tests/libtest/lib1560.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib1560.c b/tests/libtest/lib1560.c index 634dd497a9..de9998d971 100644 --- a/tests/libtest/lib1560.c +++ b/tests/libtest/lib1560.c @@ -1430,7 +1430,7 @@ static int huge(void) int i; CURLU *urlp = curl_url(); CURLUcode rc; - char part[]= { + CURLUPart part[]= { CURLUPART_SCHEME, CURLUPART_USER, CURLUPART_PASSWORD, -- 2.47.3