Skip to content

Commit

Permalink
tool_sdecls.h: Fixed compilation warning from commit 4a88944
Browse files Browse the repository at this point in the history
tool_sdecls.h:139 warning: comma at end of enumerator list
  • Loading branch information
captain-caveman2k committed Sep 2, 2015
1 parent 9bb1980 commit b604b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool_sdecls.h
Expand Up @@ -136,7 +136,7 @@ typedef enum {
HTTPREQ_GET,
HTTPREQ_HEAD,
HTTPREQ_FORMPOST,
HTTPREQ_SIMPLEPOST,
HTTPREQ_SIMPLEPOST
} HttpReq;


Expand Down

0 comments on commit b604b7f

Please sign in to comment.