mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +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
|
|
@ -76,7 +76,6 @@ int main(void)
|
|||
printf(" %s: %s (%u)\n", h->name, h->value, (unsigned int)h->amount);
|
||||
prev = h;
|
||||
} while(h);
|
||||
|
||||
}
|
||||
/* always cleanup */
|
||||
curl_easy_cleanup(curl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue