mirror of
https://github.com/curl/curl.git
synced 2026-06-25 04:45:42 +03:00
compiler warning: fix
Fix compiler warning: enumerated type mixed with another type
This commit is contained in:
parent
fce7276f54
commit
8b849265d8
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ struct timetest {
|
|||
int now_us;
|
||||
int timeout_ms;
|
||||
int connecttimeout_ms;
|
||||
int connecting;
|
||||
bool connecting;
|
||||
long result;
|
||||
const char *comment;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue