CURLOPT_PROGRESSFUNCTION.3: fix typo in example

Closes #8636
This commit is contained in:
Farzin 2022-03-25 19:56:24 +04:30 committed by Daniel Stenberg
parent e7793cb57b
commit 47048e0287
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -93,7 +93,7 @@ All
double ultotal,
double ulnow)
{
struct progress *memory = (struct progress *)userp;
struct progress *memory = (struct progress *)clientp;
/* use the values */