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:
Steve Holme 2015-09-02 06:52:12 +01:00
parent 9bb198026e
commit b604b7f040

View File

@ -136,7 +136,7 @@ typedef enum {
HTTPREQ_GET,
HTTPREQ_HEAD,
HTTPREQ_FORMPOST,
HTTPREQ_SIMPLEPOST,
HTTPREQ_SIMPLEPOST
} HttpReq;