mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:57:24 +03:00
10-at-a-time.c: fix too long line
This commit is contained in:
parent
a977d93805
commit
091cdf2795
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ static const char *urls[] = {
|
|||
};
|
||||
|
||||
#define MAX_PARALLEL 10 /* number of simultaneous transfers */
|
||||
#define NUM_URLS sizeof(urls)/sizeof(char *) /* total number of transfers to do */
|
||||
#define NUM_URLS sizeof(urls)/sizeof(char *)
|
||||
|
||||
static size_t write_cb(char *data, size_t n, size_t l, void *userp)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue