Commit 9362d72f authored by lithium-snepo's avatar lithium-snepo Committed by GitHub

Misspelt macro name in undef

or, the world's least significant pull request.
parent 247e7f56
...@@ -96,7 +96,7 @@ enum class HttpMethod { ...@@ -96,7 +96,7 @@ enum class HttpMethod {
#define DECLARE_METHOD(id) id, #define DECLARE_METHOD(id) id,
KJ_HTTP_FOR_EACH_METHOD(DECLARE_METHOD) KJ_HTTP_FOR_EACH_METHOD(DECLARE_METHOD)
#undef DECALRE_METHOD #undef DECLARE_METHOD
}; };
kj::StringPtr KJ_STRINGIFY(HttpMethod method); kj::StringPtr KJ_STRINGIFY(HttpMethod method);
......
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