curl: fix warning "comma at end of enumerator list"

This commit is contained in:
Daniel Stenberg 2017-05-04 15:49:38 +02:00
parent dfb0595a73
commit ff10852158

View File

@ -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;
};