From: Steve Holme Date: Wed, 2 Sep 2015 05:52:12 +0000 (+0100) Subject: tool_sdecls.h: Fixed compilation warning from commit 4a889441d3 X-Git-Tag: curl-7_45_0~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b604b7f040ebe29113daf24c73d5cb3da271c9f9;p=thirdparty%2Fcurl.git 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 9455a25108..53aa243d73 100644 --- a/src/tool_sdecls.h +++ b/src/tool_sdecls.h @@ -136,7 +136,7 @@ typedef enum { HTTPREQ_GET, HTTPREQ_HEAD, HTTPREQ_FORMPOST, - HTTPREQ_SIMPLEPOST, + HTTPREQ_SIMPLEPOST } HttpReq;