mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
curl: fix warning "comma at end of enumerator list"
This commit is contained in:
parent
dfb0595a73
commit
ff10852158
@ -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…
x
Reference in New Issue
Block a user