mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:33:36 +03:00
parent
4c735b57f7
commit
13505dcb55
7 changed files with 20 additions and 20 deletions
|
|
@ -100,7 +100,7 @@ int main(void)
|
|||
* Do something nice with it!
|
||||
*/
|
||||
|
||||
printf("%lu bytes retrieved\n", (long)chunk.size);
|
||||
printf("%lu bytes retrieved\n", chunk.size);
|
||||
}
|
||||
|
||||
/* cleanup curl stuff */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue