examples: Fix format specifiers

Closes #2561
This commit is contained in:
Rikard Falkeborn 2018-05-06 19:44:03 +02:00 committed by Daniel Stenberg
parent 4c735b57f7
commit 13505dcb55
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 20 additions and 20 deletions

View file

@ -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 */