Commit 6e3d38d2 authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #475 from lithium-snepo/patch-1

Misspelt macro name in undef
parents d16f0071 9362d72f
......@@ -96,7 +96,7 @@ enum class HttpMethod {
#define DECLARE_METHOD(id) id,
KJ_HTTP_FOR_EACH_METHOD(DECLARE_METHOD)
#undef DECALRE_METHOD
#undef DECLARE_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