diff --git a/deps/llhttp/api.c b/deps/llhttp/api.c index 8c2ce3dc5..eddb47831 100644 --- a/deps/llhttp/api.c +++ b/deps/llhttp/api.c @@ -93,7 +93,7 @@ void llhttp_free(llhttp_t* parser) { free(parser); } -#endif // defined(__wasm__) +#endif /* defined(__wasm__) */ /* Some getters required to get stuff from the parser */