Skip to content

Commit 185a03e

Browse files
authored
Merge pull request #131 from andersonbsilva/master
Fix. Removed invalid semicolon
2 parents f34ebbe + 3f04891 commit 185a03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lceasy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct lcurl_multi_tag;
4747
#define lcurl_multi_t struct lcurl_multi_tag
4848
#if LCURL_CURL_VER_GE(7,56,0)
4949
struct lcurl_mime_tag;
50-
#define lcurl_mime_t struct lcurl_mime_tag;
50+
#define lcurl_mime_t struct lcurl_mime_tag
5151
#endif
5252
#endif
5353

0 commit comments

Comments
 (0)