mirror of
https://github.com/curl/curl.git
synced 2025-09-21 19:42:42 +03:00
tool_sdecls.h: Fixed compilation warning from commit 4a889441d3
tool_sdecls.h:139 warning: comma at end of enumerator list
This commit is contained in:
parent
9bb198026e
commit
b604b7f040
|
@ -136,7 +136,7 @@ typedef enum {
|
||||||
HTTPREQ_GET,
|
HTTPREQ_GET,
|
||||||
HTTPREQ_HEAD,
|
HTTPREQ_HEAD,
|
||||||
HTTPREQ_FORMPOST,
|
HTTPREQ_FORMPOST,
|
||||||
HTTPREQ_SIMPLEPOST,
|
HTTPREQ_SIMPLEPOST
|
||||||
} HttpReq;
|
} HttpReq;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user