mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
10-at-a-time.c: fix too long line
This commit is contained in:
parent
a977d93805
commit
091cdf2795
@ -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…
Reference in New Issue
Block a user