mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:27:16 +03:00
example: fix formatting nits
Also: - drop non-portable `__STRING()` macro use where still used. Closes #19746
This commit is contained in:
parent
c10dda9ebb
commit
aad3c2e8e1
50 changed files with 225 additions and 227 deletions
|
|
@ -56,7 +56,6 @@ struct targ {
|
|||
const char *url;
|
||||
};
|
||||
|
||||
|
||||
static void *pull_one_url(void *p)
|
||||
{
|
||||
CURL *curl;
|
||||
|
|
@ -72,7 +71,6 @@ static void *pull_one_url(void *p)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
int pthread_create(pthread_t *new_thread_ID,
|
||||
const pthread_attr_t *attr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue