mirror of
https://github.com/curl/curl.git
synced 2026-05-20 03:46:24 +03:00
curl: fix warning "comma at end of enumerator list"
This commit is contained in:
parent
dfb0595a73
commit
ff10852158
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ struct LongShort {
|
|||
enum {
|
||||
ARG_NONE, /* stand-alone but not a boolean */
|
||||
ARG_BOOL, /* accepts a --no-[name] prefix */
|
||||
ARG_STRING, /* requires an argument */
|
||||
ARG_STRING /* requires an argument */
|
||||
} desc;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue