Commit 1f5cbf59 authored by Jeff VanDyke's avatar Jeff VanDyke Committed by GitHub

Fix bad extra semicolon in MIME3 macro

Now MIME3 can be used in an expression just like MIME can.
parent 2e1dd87a
......@@ -222,4 +222,4 @@ inline bool operator==(const MediaType& lhs, const MediaType& rhs) {
Net::Http::Mime::MediaType(Net::Http::Mime::Type::top, Net::Http::Mime::Subtype::sub)
#define MIME3(top, sub, suffix) \
Net::Http::Mime::MediaType(Net::Http::Mime::Type::top, Net::Http::Mime::Subtype::sub, Net::Http::Mime::Suffix::suffix);
Net::Http::Mime::MediaType(Net::Http::Mime::Type::top, Net::Http::Mime::Subtype::sub, Net::Http::Mime::Suffix::suffix)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment