CURLOPT_TIMEVALUE.md try fix

This commit is contained in:
Viktor Szakats 2025-08-01 14:00:21 +02:00
parent d70cd51116
commit d3eb325cdc
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 2 deletions

View file

@ -141,7 +141,7 @@ int main(void)
# HISTORY
CURL_NETRC_\* enums became `long` types in 8.13.0, prior to this version
`CURL_NETRC_*` enums became `long` types in 8.13.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY%

View file

@ -63,7 +63,7 @@ int main(void)
# HISTORY
CURL_TIMECOND_\* enums became `long` types in 8.13.0, prior to this version
`CURL_TIMECOND_*` enums became `long` types in 8.13.0, prior to this version
a `long` cast is necessary when passing to curl_easy_setopt(3).
# %AVAILABILITY%