8000 llhttp: use c-style comments · libgit2/libgit2@7db3320 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7db3320

Browse files
committed
llhttp: use c-style comments
1 parent 821d41a commit 7db3320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/llhttp/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void llhttp_free(llhttp_t* parser) {
9393
free(parser);
9494
}
9595

96-
#endif // defined(__wasm__)
96+
#endif /* defined(__wasm__) */
9797

9898
/* Some getters required to get stuff from the parser */
9999

0 commit comments

Comments
 (0)
0