summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/formdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/formdata.h')
-rw-r--r--libs/libcurl/src/formdata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libcurl/src/formdata.h b/libs/libcurl/src/formdata.h
index a8db4cba90..447b4173db 100644
--- a/libs/libcurl/src/formdata.h
+++ b/libs/libcurl/src/formdata.h
@@ -38,8 +38,8 @@ struct FormInfo {
long flags;
char *buffer; /* pointer to existing buffer used for file upload */
size_t bufferlength;
- char *showfilename; /* The file name to show. If not set, the actual
- file name will be used */
+ char *showfilename; /* The filename to show. If not set, the actual
+ filename will be used */
char *userp; /* pointer for the read callback */
struct curl_slist *contentheader;
struct FormInfo *more;