mirror of
https://github.com/curl/curl.git
synced 2026-07-23 03:27:16 +03:00
examples/ftpuploadresume: checksrc compliance
This commit is contained in:
parent
801d8765ca
commit
d18941ea17
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@
|
|||
#include <curl/curl.h>
|
||||
|
||||
/* parse headers for Content-Length */
|
||||
static size_t getcontentlengthfunc(void *ptr, size_t size, size_t nmemb, void *stream)
|
||||
static size_t getcontentlengthfunc(void *ptr, size_t size, size_t nmemb,
|
||||
void *stream)
|
||||
{
|
||||
int r;
|
||||
long len = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue