| commit | b604b7f040ebe29113daf24c73d5cb3da271c9f9 | [log] [tgz] |
|---|---|---|
| author | Steve Holme <steve_holme@hotmail.com> | Wed Sep 02 06:52:12 2015 +0100 |
| committer | Steve Holme <steve_holme@hotmail.com> | Wed Sep 02 06:52:12 2015 +0100 |
| tree | 45dc7b929fbd3793f6eca0fe5f12c95e4b264e90 | |
| parent | 9bb198026efcfce7ae27e3bee0ab01a380830acf [diff] |
tool_sdecls.h: Fixed compilation warning from commit 4a889441d3 tool_sdecls.h:139 warning: comma at end of enumerator list
diff --git a/src/tool_sdecls.h b/src/tool_sdecls.h index 9455a25..53aa243 100644 --- a/src/tool_sdecls.h +++ b/src/tool_sdecls.h
@@ -136,7 +136,7 @@ HTTPREQ_GET, HTTPREQ_HEAD, HTTPREQ_FORMPOST, - HTTPREQ_SIMPLEPOST, + HTTPREQ_SIMPLEPOST } HttpReq;