mirror of
https://github.com/curl/curl.git
synced 2026-08-05 02:06:12 +03:00
or higher -> or greater 12 examples
This commit is contained in:
parent
adf4e90a8f
commit
10d3b29d0f
33 changed files with 33 additions and 33 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#include <curl/curl.h>
|
||||
|
||||
#if !CURL_AT_LEAST_VERSION(7, 62, 0)
|
||||
#error "this example requires curl 7.62.0 or higher"
|
||||
#error "this example requires curl 7.62.0 or greater"
|
||||
#endif
|
||||
|
||||
int main(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue