]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_sdecls.h: Fixed compilation warning from commit 4a889441d3
authorSteve Holme <steve_holme@hotmail.com>
Wed, 2 Sep 2015 05:52:12 +0000 (06:52 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 2 Sep 2015 05:52:12 +0000 (06:52 +0100)
tool_sdecls.h:139 warning: comma at end of enumerator list

src/tool_sdecls.h

index 9455a251087d686aa8f5f56d4a06f3dbd2bc2d7e..53aa243d730f5a91be8ec23046254857282a9407 100644 (file)
@@ -136,7 +136,7 @@ typedef enum {
   HTTPREQ_GET,
   HTTPREQ_HEAD,
   HTTPREQ_FORMPOST,
-  HTTPREQ_SIMPLEPOST,
+  HTTPREQ_SIMPLEPOST
 } HttpReq;