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…
x
Reference in New Issue
Block a user