diff options
Diffstat (limited to 'lib/formdata.c')
-rw-r--r-- | lib/formdata.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/formdata.c b/lib/formdata.c index c214ba28e..3626f562f 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -342,6 +342,7 @@ CURLFORMcode FormAdd(struct curl_httppost **httppost, #else current_form->flags |= HTTPPOST_PTRNAME; /* fall through */ #endif + /* FALLTHROUGH */ case CURLFORM_COPYNAME: if(current_form->name) return_value = CURL_FORMADD_OPTION_TWICE; |