lib1560: fix enumerated type mixed with another type
Follow-up to c84c0f9aa3
Closes #10684
This commit is contained in:
parent
8cfc936f5c
commit
54605666ed
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user