mirror of
https://github.com/curl/curl.git
synced 2026-07-16 07:27:15 +03:00
lib1560: fix enumerated type mixed with another type
Follow-up to c84c0f9aa3
Closes #10684
This commit is contained in:
parent
8cfc936f5c
commit
54605666ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue