diff --git a/src/node_http2_core-inl.h b/src/node_http2_core-inl.h index 5bfe1dc19a949c..9735e565b2f0e2 100644 --- a/src/node_http2_core-inl.h +++ b/src/node_http2_core-inl.h @@ -462,7 +462,7 @@ inline void Nghttp2Session::HandlePriorityFrame(const nghttp2_frame* frame) { // good here #if defined(DEBUG) && DEBUG - CHECK_GT(id, 0) + CHECK_GT(id, 0); #endif nghttp2_priority_spec spec = priority_frame.pri_spec;