lib1560: fix enumerated type mixed with another type

Follow-up to c84c0f9aa3

Closes #10684
This commit is contained in:
Daniel Stenberg 2023-03-06 00:09:19 +01:00
parent 8cfc936f5c
commit 54605666ed
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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,